freebsd-ports/devel/py-arpeggio/Makefile
2019-10-20 17:10:27 +00:00

23 lines
510 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= arpeggio
PORTVERSION= 1.9.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Arpeggio-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parser interpreter based on PEG grammars
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>