mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
44bef351d0
Submitted by: bamby@sippysoft.com
22 lines
474 B
Makefile
22 lines
474 B
Makefile
# New ports collection makefile for: py-wsgiauth
|
|
# Date created: 1 December 2008
|
|
# Whom: Andriy Pylypenko <bamby@sippysoft.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wsgiauth
|
|
PORTVERSION= 0.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= easy_install
|
|
|
|
.include <bsd.port.mk>
|