1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/www/py-wsgiauth/Makefile
Danilo G. Baio d81a0a88cd www/py-wsgiauth: Add LICENSE
Approved by:	portmgr (blanket)
2018-07-29 19:22:10 +00:00

20 lines
367 B
Makefile

# Created by: Andriy Pylypenko <bamby@sippysoft.com>
# $FreeBSD$
PORTNAME= wsgiauth
PORTVERSION= 0.1
PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bamby@sippysoft.com
COMMENT= WSGI authentication middleware
LICENSE= MIT
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>