blob: a27d103bb2c4db3aa8df406808da8636b5b1168e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>
|