17 lines
472 B
Makefile
17 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.11 2019/09/02 13:20:19 adam 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_ACCEPTED= 27 # not yet ported as of 0.0.0.4
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|