freebsd-ports/www/py-WebTest/Makefile
Martin Wilke 1a7f9400fa - Update to 1.2 (make python 2.6.2 safe)
PR:		134865
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-05-30 21:01:05 +00:00

23 lines
563 B
Makefile

# New ports collection makefile for: py-WebTest
# Date created: 24 Feb, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= WebTest
PORTVERSION= 1.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= Helper to test WSGI applications
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:${PORTSDIR}/www/py-webob
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:${PORTSDIR}/www/py-webob
USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>