pkgsrc-wip/py-webtest/Makefile
Kamel Ibn Aziz Derouiche 904968d299 Import py27-webtest-2.0.17 as wip/py-webtest.
This wraps any WSGI application and makes it easy to send test requests
to that application, without starting up an HTTP server.

This provides convenient full-stack testing of applications written with
any WSGI-compatible framework
2015-01-03 15:50:20 +00:00

17 lines
450 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/01/03 15:50:20 jihbed Exp $
DISTNAME= WebTest-2.0.17
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www
MASTER_SITES= https://pypi.python.org/packages/source/W/WebTest/
EXTRACT_SUFX= .zip
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://webtest.pythonpaste.org/
COMMENT= Helper to test WSGI applications
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"