pkgsrc-wip/py-numericalunits/Makefile

17 lines
460 B
Makefile

# $NetBSD: Makefile,v 1.2 2014/06/01 12:49:43 thomasklausner Exp $
DISTNAME= numericalunits-1.13
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_PYPI:=n/numericalunits/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://pypi.python.org/pypi/numericalunits
COMMENT= Package that lets you define quantities with units
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"