1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/textproc/peg/Makefile
Joseph Mingrone 360d7706b3
textproc/peg: Update to 0.1.19
Also correct a typo in pkg-descr.

Changes:	Experimental support for re-entrant parsing through
                yyparsefrom_r().
Sponsored by:	The FreeBSD Foundation
2023-11-21 09:39:10 -04:00

23 lines
460 B
Makefile

PORTNAME= peg
DISTVERSION= 0.1.19
CATEGORIES= textproc
MASTER_SITES= https://www.piumarta.com/software/peg/
MAINTAINER= jrm@FreeBSD.org
COMMENT= Recursive-descent parser generators for C
WWW= https://www.piumarta.com/software/peg/
LICENSE= MIT
USES= gmake
PLIST_FILES= bin/leg \
bin/peg \
man/man1/peg.1.gz
post-patch:
@${REINPLACE_CMD} -e 's,%%STAGEDIR%%,${STAGEDIR},g' \
-e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/Makefile
.include <bsd.port.mk>