mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
d26ef18700
PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
18 lines
349 B
Makefile
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>
|