1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/glrparser/Makefile
Ying-Chieh Liao 1e4745f754 add glrparser 1.4
A parser works with the GLR(0) algorithm
2003-11-10 02:41:24 +00:00

20 lines
349 B
Makefile

# ex:ts=8
# Ports collection makefile for: glrParser
# Date created: Nov 10, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= glrparser
PORTVERSION= 1.4
CATEGORIES= devel
MASTER_SITES= http://nlp.fi.muni.cz/projekty/glr/
MAINTAINER= ports@FreeBSD.org
COMMENT= A parser works with the GLR(0) algorithm
GNU_CONFIGURE= yes
.include <bsd.port.mk>