freebsd-ports/devel/py-repoze.who-testutil/Makefile
Martin Wilke 15f74ef60f repoze.who-testutil is a repoze.who plugin which modifies
repoze.who's original middleware to make it easier to forge
authentication, without bypassing identification (this is,
running the metadata providers).

It's been created to ease testing of repoze.who-powered
applications, in a way independent of the identifiers,
authenticators and challengers used originally by your
application, so that you won't have to update your test
suite as your application grows and the authentication
method changes.

WWW:	http://code.gustavonarea.net/repoze.who-testutil/

PR:		ports/137458
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-08-07 20:08:43 +00:00

27 lines
759 B
Makefile

# New ports collection makefile for: py-repoze.who-testutil
# Date created: 3rd August,2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= repoze.who-testutil
PORTVERSION= 1.0r1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-1.0rc1
MAINTAINER= wenheping@gmail.com
COMMENT= Test utilities for repoze.who-powered applications
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}repoze.who>=1.0.15:${PORTSDIR}/devel/py-repoze.who \
${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.3.3:${PORTSDIR}/www/py-pastedeploy
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= repoze.who_testutil
PYDISTUTILS_PKGVERSION= 1.0rc1
.include <bsd.port.mk>