mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
19 lines
390 B
Makefile
19 lines
390 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
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|