freebsd-ports/devel/glrparser/Makefile
Alexey Dokuchaev 00c5c75ce3 - Unbreak (fix C++ issues)
- Add missing word in COMMENT line
- Bump PORTREVISION since we patch file that will get installed
2004-12-23 10:38:20 +00:00

21 lines
371 B
Makefile

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