summaryrefslogtreecommitdiff
path: root/lang/py-pyrex/Makefile
diff options
context:
space:
mode:
authorbjs <bjs>2008-10-17 12:46:18 +0000
committerbjs <bjs>2008-10-17 12:46:18 +0000
commita734d2eb81d167051dd7216b69474957e7db6988 (patch)
tree063cd77d8d89f566764567dd0664515574b5dfe3 /lang/py-pyrex/Makefile
parentf266e89bf1a7c54c52e1492aeb4ff1e6dbaaaf44 (diff)
downloadpkgsrc-a734d2eb81d167051dd7216b69474957e7db6988.tar.gz
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.
Diffstat (limited to 'lang/py-pyrex/Makefile')
-rw-r--r--lang/py-pyrex/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile
index 0f2885827ce..0ca2de42126 100644
--- a/lang/py-pyrex/Makefile
+++ b/lang/py-pyrex/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2008/04/25 17:37:56 tnn Exp $
+# $NetBSD: Makefile,v 1.17 2008/10/17 12:46:18 bjs Exp $
-DISTNAME= Pyrex-0.9.6.4
+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/
@@ -9,9 +9,10 @@ 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
+PKG_DESTDIR_SUPPORT= user-destdir
-PYDISTUTILSPKG= yes
+PYDISTUTILSPKG= yes
+USE_TOOLS+= pax
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"