pkgsrc/games/py-easyAI/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

18 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.12 2022/01/04 20:54:01 wiz Exp $
DISTNAME= easyAI-1.0.0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
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_ACCEPTED= 27 # not yet ported as of 0.0.0.4
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"