pkgsrc/lang/py-pyrex/Makefile
bjs 0b6da55958 Update to Pyrex-0.8.9.5. Myriad bug fixes and some new features;
the only changelog I found is very dense (CHANGES.TXT) and I do not
have the time to condense it for inclusion here.
2008-10-17 12:46:18 +00:00

18 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.17 2008/10/17 12:46:18 bjs Exp $
DISTNAME= Pyrex-0.9.8.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/P/p/}
CATEGORIES= lang python
MASTER_SITES= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
MAINTAINER= tsarna@NetBSD.org
HOMEPAGE= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
COMMENT= Language for Writing Python Extension Modules
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
USE_TOOLS+= pax
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"