aboutsummaryrefslogtreecommitdiff
path: root/www/py-wsgiauth
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2008-12-02 11:06:35 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2008-12-02 11:06:35 +0000
commit44bef351d08cf66cb43e8414c771e7e5870c9ee0 (patch)
tree172c7bcd237e13a3b026a2b6fdd6c56421aa4cef /www/py-wsgiauth
parent94a9d83355ef5730d51a44f22c4a1cdcfcf58356 (diff)
downloadports-44bef351d08cf66cb43e8414c771e7e5870c9ee0.tar.gz
ports-44bef351d08cf66cb43e8414c771e7e5870c9ee0.zip
Notes
Diffstat (limited to 'www/py-wsgiauth')
-rw-r--r--www/py-wsgiauth/Makefile21
-rw-r--r--www/py-wsgiauth/distinfo3
-rw-r--r--www/py-wsgiauth/pkg-descr5
-rw-r--r--www/py-wsgiauth/pkg-plist1
4 files changed, 30 insertions, 0 deletions
diff --git a/www/py-wsgiauth/Makefile b/www/py-wsgiauth/Makefile
new file mode 100644
index 000000000000..a27d103bb2c4
--- /dev/null
+++ b/www/py-wsgiauth/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: py-wsgiauth
+# Date created: 1 December 2008
+# Whom: Andriy Pylypenko <bamby@sippysoft.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= wsgiauth
+PORTVERSION= 0.1
+CATEGORIES= www python
+MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
+MASTER_SITE_SUBDIR= source/w/wsgiauth
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= bamby@sippysoft.com
+COMMENT= A WSGI authentication middleware
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= easy_install
+
+.include <bsd.port.mk>
diff --git a/www/py-wsgiauth/distinfo b/www/py-wsgiauth/distinfo
new file mode 100644
index 000000000000..db50326e0c9d
--- /dev/null
+++ b/www/py-wsgiauth/distinfo
@@ -0,0 +1,3 @@
+MD5 (wsgiauth-0.1.tar.gz) = 445a49fadb0a4116c59057f9d6745e2e
+SHA256 (wsgiauth-0.1.tar.gz) = 70522d6f41a81f26a09b78349fb71cc9bf00a258e9967f4d0c660e8092389710
+SIZE (wsgiauth-0.1.tar.gz) = 13496
diff --git a/www/py-wsgiauth/pkg-descr b/www/py-wsgiauth/pkg-descr
new file mode 100644
index 000000000000..a0930edf5d83
--- /dev/null
+++ b/www/py-wsgiauth/pkg-descr
@@ -0,0 +1,5 @@
+WSGI authentication middleware that supports HTTP basic
+and digest authentication, IP authentication, and form-based or OpenID
+authentication using signed cookies or URL query parameters.
+
+WWW: http://pypi.python.org/pypi/wsgiauth/
diff --git a/www/py-wsgiauth/pkg-plist b/www/py-wsgiauth/pkg-plist
new file mode 100644
index 000000000000..ddf68a1c022f
--- /dev/null
+++ b/www/py-wsgiauth/pkg-plist
@@ -0,0 +1 @@
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%