13 lines
295 B
Makefile
13 lines
295 B
Makefile
PORTNAME= glrparser
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Parser which works with the GLR(0) algorithm
|
|
WWW= https://nlp.fi.muni.cz/projekty/glr/
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|