pkgsrc-wip/py-mathjspy/Makefile

17 lines
460 B
Makefile

# $NetBSD: Makefile,v 1.3 2015/04/14 11:56:21 thomasklausner Exp $
DISTNAME= mathjspy-0.0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math textproc
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mathjspy/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://mathjspy.readthedocs.org/
COMMENT= Evaluate mathematical expressions in the same manner as MathJS
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"