pkgsrc/lang/py-pyrex/Makefile
recht 0e669f40cb update to 0.9
New Features:

* An extension type can inherit from another built-in or extension type.
* Extension types can have properties.
* Extension types can have C methods.

Numerous bugs have also been fixed - see the CHANGES file for details.
2003-12-10 15:58:09 +00:00

18 lines
523 B
Makefile

# $NetBSD: Makefile,v 1.5 2003/12/10 15:58:09 recht Exp $
DISTNAME= Pyrex-0.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/P/p/}
CATEGORIES= lang
MASTER_SITES= http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
MAINTAINER= tsarna@NetBSD.org
HOMEPAGE= http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
COMMENT= A Language for Writing Python Extension Modules
PYTHON_VERSIONS_ACCEPTED= 23 23pth 22 22pth
PYDISTUTILSPKG= # defined
USE_BUILDLINK2= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"