aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-wsgi_intercept/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-wsgi_intercept/Makefile')
-rw-r--r--devel/py-wsgi_intercept/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/py-wsgi_intercept/Makefile b/devel/py-wsgi_intercept/Makefile
new file mode 100644
index 000000000000..11702f0a29a4
--- /dev/null
+++ b/devel/py-wsgi_intercept/Makefile
@@ -0,0 +1,20 @@
+# 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>