freebsd-ports/devel/py-repoze.what-pylons/Makefile
Martin Wilke ced4eab96c py-repoze.what-pylons is an extras plugin for repoze.what
which provides optional and handy utilities for Pylons
applications using this authorization framework.

Some of the features of the plugin include:
    * The utilities are ready to use: There's nothing
additional to be configured before using.
    * 100% documented. Each component is documented along
with code samples.
    * The test suite has a coverage of 100% and it will
never decrease -- if it ever does, report it as a bug!
    * TurboGears 2 is officially supported as well.

WWW:	http://pypi.python.org/pypi/repoze.what-pylons/

PR:		ports/137602
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-08-13 20:53:30 +00:00

25 lines
725 B
Makefile

# New ports collection makefile for: py-repoze.what-pylons
# Date created: 9 August,2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= repoze.what-pylons
PORTVERSION= 1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= The repoze.what v1 plugin for Pylons/TG2 integration
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylons>=0.9.7:${PORTSDIR}/www/py-pylons \
${PYTHON_PKGNAMEPREFIX}repoze.what>=0:${PORTSDIR}/devel/py-repoze.what \
${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>