diff options
Diffstat (limited to 'devel/py-pyparsing15/Makefile')
-rw-r--r-- | devel/py-pyparsing15/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/py-pyparsing15/Makefile b/devel/py-pyparsing15/Makefile new file mode 100644 index 000000000000..3bc6db2d3479 --- /dev/null +++ b/devel/py-pyparsing15/Makefile @@ -0,0 +1,19 @@ +# Created by: Hye-Shik Chang +# $FreeBSD$ + +PORTNAME= pyparsing +PORTVERSION= 1.5.7 +CATEGORIES= devel python +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 15 + +MAINTAINER= swills@FreeBSD.org +COMMENT= General parsing module for Python + +LICENSE= MIT + +USES= python:2 +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> |