1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/www/py-wsgiauth/Makefile
Martin Wilke 4330bf9ddf - Convert to autoplist
- Stage support
- Bump PORTREVISION
2014-03-01 18:15:00 +00:00

20 lines
422 B
Makefile

# Created by: Andriy Pylypenko <bamby@sippysoft.com>
# $FreeBSD$
PORTNAME= wsgiauth
PORTVERSION= 0.1
PORTREVISION= 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= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>