freebsd-ports/devel/py-repoze.who/Makefile
Wen Heping 24d272965e - Update to 1.0.19
- Reset maintainer
2010-11-17 06:27:35 +00:00

24 lines
637 B
Makefile

# New ports collection makefile for: py-repoze.who
# Date created: 3rd August,2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= repoze.who
PORTVERSION= 1.0.19
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= An identification and authentication framework for WSGI
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.7.2:${PORTSDIR}/www/py-paste \
${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.5.2:${PORTSDIR}/devel/py-zopeInterface
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>