diff options
Diffstat (limited to 'www/py-paste/Makefile')
-rw-r--r-- | www/py-paste/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/www/py-paste/Makefile b/www/py-paste/Makefile index a0c786a2265..022e9295fe8 100644 --- a/www/py-paste/Makefile +++ b/www/py-paste/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2008/09/08 03:27:28 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/09/10 16:34:51 epg Exp $ DISTNAME= Paste-1.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +EGG_NAME= ${DISTNAME} CATEGORIES= www MASTER_SITES= http://pypi.python.org/packages/source/P/Paste/ @@ -11,15 +12,5 @@ COMMENT= Middleware for Python WSGI applications PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c8:../../devel/py-setuptools - -PYTHON_VERSIONS_ACCEPTED= 25 24 -PYDISTUTILSPKG= yes - -PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} - -.include "../../lang/python/extension.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" - -# XXX I think this can't work because of the 'next;' in pyversion.mk. -PRINT_PLIST_AWK+= { gsub(/py${PYVERSSUFFIX}/, "py$${PYVERSSUFFIX}") } |