2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Andriy Pylypenko <bamby@sippysoft.com>
|
2008-12-02 12:06:35 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= wsgiauth
|
|
|
|
PORTVERSION= 0.1
|
2015-12-25 23:35:43 +01:00
|
|
|
PORTREVISION= 2
|
2008-12-02 12:06:35 +01:00
|
|
|
CATEGORIES= www python
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2008-12-02 12:06:35 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= bamby@sippysoft.com
|
2014-08-06 11:11:57 +02:00
|
|
|
COMMENT= WSGI authentication middleware
|
2008-12-02 12:06:35 +01:00
|
|
|
|
2015-01-03 09:41:20 +01:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2008-12-02 12:06:35 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|