aboutsummaryrefslogtreecommitdiff
path: root/net/py-txrestapi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-txrestapi/Makefile')
-rw-r--r--net/py-txrestapi/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/py-txrestapi/Makefile b/net/py-txrestapi/Makefile
new file mode 100644
index 000000000000..9bfd653889f4
--- /dev/null
+++ b/net/py-txrestapi/Makefile
@@ -0,0 +1,19 @@
+# Created by: Yuri Victorovich <yuri@rawbw.com>
+# $FreeBSD$
+
+PORTNAME= txrestapi
+PORTVERSION= 0.2
+CATEGORIES= net python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@rawbw.com
+COMMENT= Easing the creation of REST API services in Python
+
+LICENSE= MIT
+
+USES= python
+USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
+.include <bsd.port.mk>