blob: 5a2d11da6a91a928f2f899b7aa96d2a4d42f5f31 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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= Parser which works with the GLR(0) algorithm
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|