diff options
Diffstat (limited to 'textproc/py-Tubes/Makefile')
-rw-r--r-- | textproc/py-Tubes/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/py-Tubes/Makefile b/textproc/py-Tubes/Makefile new file mode 100644 index 000000000000..514e381003f9 --- /dev/null +++ b/textproc/py-Tubes/Makefile @@ -0,0 +1,19 @@ +PORTNAME= Tubes +DISTVERSION= 0.2.1 +CATEGORIES= textproc python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dtxdf@FreeBSD.org +COMMENT= Data-processing and flow-control engine for event-driven programs +WWW= https://twisted.org/${PORTNAME} + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> |