forked from Lainports/freebsd-ports
any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server. It provides convenient full-stack testing of applications written with any WSGI-compatible framework. WWW: http://pythonpaste.org/webtest/ PR: ports/132045 Submitted by: Wen Heping <wenheping at gmail.com>
20 lines
407 B
Makefile
20 lines
407 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.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>
|