17 lines
376 B
Makefile
17 lines
376 B
Makefile
# Created by: Nicola Stanislao Vitale <nivit@FreeBSD:org>
|
|
|
|
PORTNAME= speg
|
|
DISTVERSION= 0.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= PEG-based parser interpreter with memoization (Python module)
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python:3.6+ zip
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|