blob: 8f5e6884fd82843938bd90c54ffb509da4acfe7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: ijliao
# $FreeBSD$
PORTNAME= glrparser
PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
MAINTAINER= lme@FreeBSD.org
COMMENT= A parser which works with the GLR(0) algorithm
GNU_CONFIGURE= yes
NO_STAGE= yes
.include <bsd.port.mk>
|