freebsd-ports/www/py-wsgiauth/Makefile

22 lines
474 B
Makefile
Raw Normal View History

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