pkgsrc-wip/py-nphelper/Makefile

18 lines
419 B
Makefile

# $NetBSD$
DISTNAME= nphelper-0.0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/nphelper/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/sotte/nphelper
COMMENT= Convenient numpy helper functions
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"