pkgsrc-wip/py-utilib_math/Makefile
Aleksej Saushev 110a050a9b Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 13:57:25 +00:00

22 lines
641 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/07 13:57:32 asau Exp $
#
VERSION= 3.0.4
DISTNAME= pyutilib.math-${VERSION}
PKGNAME= ${PYPKGPREFIX}-utilib_math-${VERSION}
CATEGORIES= math python
MASTER_SITES= http://pypi.python.org/packages/source/p/pyutilib.math/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://pypi.python.org/packages/source/p/pyutilib.math/
COMMENT= PyUtilib math utilities
LICENSE= modified-bsd
WRKSRC= ${WRKDIR}/pyutilib.math-3.0.4
USE_LANGUAGES= # none
do-test:
${RUN} cd ${WRKSRC}pyutilib/math/tests/; ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_math.py
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"