diff options
author | joerg <joerg@pkgsrc.org> | 2006-09-01 15:08:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-09-01 15:08:15 +0000 |
commit | 8e7b15c01a8614284e6ca8f55e231973653ef5c8 (patch) | |
tree | e659bf1738f6a4027b6b50051763ea0a176562bb /www/py-flup/Makefile | |
parent | 8f822ecdc518d53354e46f18aaf4ccd8d5252159 (diff) | |
download | pkgsrc-8e7b15c01a8614284e6ca8f55e231973653ef5c8.tar.gz |
Import www/py-flup:
flup is a collection of modules for the Python Web Server Gateway
Interface, including support for AJP 1.3, FastCGI and SCGI. It also
offers a basic middleware.
Diffstat (limited to 'www/py-flup/Makefile')
-rw-r--r-- | www/py-flup/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/py-flup/Makefile b/www/py-flup/Makefile new file mode 100644 index 00000000000..5f1652874b7 --- /dev/null +++ b/www/py-flup/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/09/01 15:08:15 joerg Exp $ +# + +DISTNAME= flup-r2030 +PKGNAME= ${PYPKGPREFIX}-flup-2030 +CATEGORIES= www python +MASTER_SITES= http://www.saddi.com/software/flup/dist/ + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://www.saddi.com/software/flup/ +COMMENT= WSGI support modules + +PYDISTUTILSPKG= yes +PY_PATCHPLIST= yes +PYTHON_VERSIONS_ACCEPTED= 24 + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" |