aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-tapi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-tapi/Makefile')
-rw-r--r--devel/py-tapi/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/py-tapi/Makefile b/devel/py-tapi/Makefile
new file mode 100644
index 000000000000..38617f3a740a
--- /dev/null
+++ b/devel/py-tapi/Makefile
@@ -0,0 +1,20 @@
+# Created by: Johannes Meixner <xmj@chaot.net>
+# $FreeBSD$
+
+PORTNAME= tapi
+PORTVERSION= 0.1.7
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= Tapi-${PORTVERSION}
+
+MAINTAINER= xmj@chaot.net
+COMMENT= Framework for testing APIs
+
+LICENSE= MIT
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
+
+.include <bsd.port.mk>