summaryrefslogtreecommitdiff
path: root/www/py-PasteDeploy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-PasteDeploy/Makefile')
-rw-r--r--www/py-PasteDeploy/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/py-PasteDeploy/Makefile b/www/py-PasteDeploy/Makefile
new file mode 100644
index 00000000000..779dd2fa4f5
--- /dev/null
+++ b/www/py-PasteDeploy/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/11/10 17:13:00 epg Exp $
+
+DISTNAME= PasteDeploy-1.3.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www
+MASTER_SITES= http://pypi.python.org/packages/source/P/PasteDeploy/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://pythonpaste.org/
+COMMENT= Load, configure, and compose WSGI applications and servers
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"