1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/py-wsgiauth/Makefile
2008-12-02 11:06:35 +00:00

22 lines
474 B
Makefile

# 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>