1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/py-wsgiauth/Makefile
Mathieu Arnold d26ef18700 Cleanup no longer needed CHMOD usage after r424898.
PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-11-02 22:45:14 +00:00

18 lines
349 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
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>