Return to Makefile CVS log | Up to [cvs.NetBSD.org] / pkgsrc / games / py-easyAI |
Omit mentions of python 34 and 35, after those were removed. - Includes some whitespace changes, to be handled in a separate commit.
# $NetBSD: Makefile,v 1.9 2019/04/26 13:13:58 maya Exp $ DISTNAME= easyAI-1.0.0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= games MASTER_SITES= ${MASTER_SITE_PYPI:=e/easyAI/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/easyAI COMMENT= Easy-to-use game AI algorithms LICENSE= mit USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.0.0.4 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"