freebsd-ports/devel/py-pyparsing/Makefile
2020-04-06 17:33:31 +00:00

21 lines
388 B
Makefile

# Created by: Hye-Shik Chang
# $FreeBSD$
PORTNAME= pyparsing
PORTVERSION= 2.4.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= General parsing module for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>