aboutsummaryrefslogtreecommitdiffstats
path: root/devel/glrparser/Makefile
blob: 143fa80705c00977f62a468803aae6dd03d3da25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>