blob: eda9ef7232c4d6f2528f3dd6fcdbad3daa82c1c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= simpleparse
PORTVERSION= 2.2.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= SimpleParse-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python EBNF parser generator (with mx.TextTools derivative)
WWW= http://simpleparse.sourceforge.net/ \
https://github.com/mcfletch/simpleparse
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
post-install:
${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>
|