blob: 52d45e319eefb5b0936b26bf849a2105413ddc77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= arpeggio
PORTVERSION= 2.0.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Arpeggio-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parser interpreter based on PEG grammars
WWW= https://github.com/textX/Arpeggio
LICENSE= MIT
USES= python
USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes
.include <bsd.port.mk>
|