pkgsrc-wip/py-ode/Makefile
Kamel Ibn Aziz Derouiche 09f784d690 Import py27-ode-1.2.1 as wip/py-ode.
PyODE is a set of open-source Python bindings for The Open Dynamics Engine, an
open-source physics engine. PyODE also includes an XODE parserCVS: ----------------------------------------------------------------------
2015-08-05 20:45:10 +00:00

16 lines
479 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/08/05 20:45:10 jihbed Exp $
DISTNAME= PyODE-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//tl}
CATEGORIES= math python
MASTER_SITES= https://pypi.python.org/packages/source/P/PyODE/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://pyode.sourceforge.net/
COMMENT= Python wrapper for the Open Dynamics Engine
LICENSE= modified-bsd OR gnu-lgpl-2.1
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"