aboutsummaryrefslogtreecommitdiff
path: root/devel/py-iterpipes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-iterpipes/Makefile')
-rw-r--r--devel/py-iterpipes/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/py-iterpipes/Makefile b/devel/py-iterpipes/Makefile
new file mode 100644
index 000000000000..366e5dbbf841
--- /dev/null
+++ b/devel/py-iterpipes/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: py-iterpipes
+# Date created: 2010-06-18
+# Whom: Sofian Brabez <sbrabez@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= iterpipes
+PORTVERSION= 0.4
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sbrabez@gmail.com
+COMMENT= A library for running shell pipelines using shell-like syntax
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+
+.include <bsd.port.mk>