pkgsrc-wip/py-gbpy/Makefile

18 lines
441 B
Makefile

# $NetBSD$
DISTNAME= GBpy-0.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_PYPI:=g/GBpy/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/adehgha/GBpy
COMMENT= Calculating the geometric properties of interfaces in crystals
LICENSE= gnu-gpl-v3
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"