20 lines
576 B
Makefile
20 lines
576 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/06/01 12:49:45 thomasklausner Exp $
|
|
|
|
DISTNAME= quantities-0.10.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math
|
|
MASTER_SITES= https://pypi.python.org/packages/source/q/quantities/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= http://packages.python.org/quantities
|
|
COMMENT= Support for physical quantities with units, based on numpy
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../math/py-numpy/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|