blob: 4a88c4dd4c53e52cc2c0c48853449d5428a954e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: py-WebTest
# Date created: 24 Feb, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= WebTest
PORTVERSION= 1.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= Helper to test WSGI applications
USE_PYTHON= 2.5
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>
|