mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
26 lines
615 B
Makefile
26 lines
615 B
Makefile
# Created by: Hye-Shik Chang
|
|
|
|
PORTNAME= pyparsing
|
|
PORTVERSION= 3.0.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:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
OPTIONS_DEFINE= DIAGRAMS
|
|
DIAGRAMS_DESC= Diagram support
|
|
|
|
DIAGRAMS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}railroad-diagrams>=0:graphics/py-railroad-diagrams@${PY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|