freebsd-ports/devel/py-wsgi_intercept/Makefile
Roman Bogorodskiy d737ea4bf8 Add py-wsgi_intercept 1.4.1, WSGI application in place of a real uri for
testing.

PR:		214743
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
2016-11-27 11:48:50 +00:00

20 lines
413 B
Makefile

# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
# $FreeBSD$
PORTNAME= wsgi_intercept
PORTVERSION= 1.4.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alexander.nusov@nfvexpress.com
COMMENT= WSGI application in place of a real uri for testing
LICENSE= MIT
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>