diff options
Diffstat (limited to 'math/py-munkres/Makefile')
-rw-r--r-- | math/py-munkres/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/math/py-munkres/Makefile b/math/py-munkres/Makefile new file mode 100644 index 00000000000..f45f3993034 --- /dev/null +++ b/math/py-munkres/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/05/30 11:05:30 wiz Exp $ +# + +DISTNAME= munkres-1.0.5.4 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= math +MASTER_SITES= http://pypi.python.org/packages/source/m/munkres/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://pypi.python.org/pypi/munkres/ +COMMENT= Munkres algorithm for the Assignment Problem +LICENSE= modified-bsd + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # none +REPLACE_PYTHON= munkres.py + +.include "../../lang/python/application.mk" +.include "../../lang/python/distutils.mk" +.include "../../mk/bsd.pkg.mk" |