blob: 609978d62fc4aad4fcd0392256c7777c669366d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= peg
DISTVERSION= 0.1.18
CATEGORIES= textproc
MASTER_SITES= https://www.piumarta.com/software/peg/
MAINTAINER= jrm@FreeBSD.org
COMMENT= Recursive-descent parser generators for C
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>
|