1a7f9400fa
PR: 134865 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
23 lines
563 B
Makefile
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>
|