f6cfd11f2f
minor formatting fixes.
19 lines
540 B
Makefile
19 lines
540 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= http://pypi.python.org/packages/source/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"
|