1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/www/py-WebTest/Makefile
Wen Heping 7c611623d4 - Update to 1.2.2
- Pass maintainership to submitter

PR:		ports/150603
Submitted by:	C-S <c-s@c-s.li>
2010-09-20 06:28:54 +00:00

27 lines
598 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.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP \
http://www.c-s.li/ports/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= c-s@c-s.li
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
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>