mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
4330bf9ddf
- Stage support - Bump PORTREVISION
20 lines
422 B
Makefile
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>
|