summaryrefslogtreecommitdiff
path: root/lang/py-pyrex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/py-pyrex/Makefile')
-rw-r--r--lang/py-pyrex/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile
new file mode 100644
index 00000000000..99a33f6708f
--- /dev/null
+++ b/lang/py-pyrex/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/18 22:34:30 tsarna Exp $
+
+DISTNAME= Pyrex-0.5
+PKGNAME= ${PYPKGPREFIX}-pyrex-0.5
+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= 22 # the only one that builds
+
+PYDISTUTILSPKG= # defined
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"