blob: 60d27fc7ec45db289565ebbce17124799481966e (
plain) (
blame)
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= CHEESESHOP
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:3.6+
USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes
.include <bsd.port.mk>
|