mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
360d7706b3
Also correct a typo in pkg-descr. Changes: Experimental support for re-entrant parsing through yyparsefrom_r(). Sponsored by: The FreeBSD Foundation
23 lines
460 B
Makefile
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>
|