pkgsrc-wip/py-mcint/Makefile
2016-06-08 19:41:18 +02:00

19 lines
522 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/11/14 00:16:14 othyro Exp $
#
DISTNAME= mcint-0.1dev5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mcint/}
EXTRACT_SUFX= .zip#md5=2f8d65a42f38e3640b61f074e280982a
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://pypi.python.org/pypi/mcint/
COMMENT= Simple tool to perform numerical integration using MC techniques
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"