mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
19 lines
383 B
Makefile
19 lines
383 B
Makefile
PORTNAME= funcparserlib
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Recursive descent parsing library based on functional combinators
|
|
WWW= https://funcparserlib.pirx.ru/
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|