Files
bsdports/python/py-pyparsing/Makefile
2019-12-26 07:26:06 +00:00

18 lines
401 B
Makefile

# Created by: Hye-Shik Chang
# $FreeBSD: head/devel/py-pyparsing/Makefile 435542 2017-03-06 15:49:36Z sunpoet $
PORTNAME= pyparsing
PORTVERSION= 2.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= General parsing module for Python
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python
.include <bsd.port.mk>