pkgsrc-wip/py-scikits_scattpy/Makefile

22 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/07 13:57:29 asau Exp $
#
DISTNAME= scikits.scattpy-0.1.0
PKGNAME= ${PYPKGPREFIX}-scikits_scattpy-0.1.0
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_PYPI:=s/scikits.scattpy/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://scattpy.github.com/
COMMENT= Light Scattering methods for Python
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.7.0:../../math/py-scipy
WRKSRC= ${WRKDIR}/scikits.scattpy-0.1.0
USE_LANGUAGES= c fortran
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"