2003-11-10 03:41:24 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: glrParser
|
|
|
|
# Date created: Nov 10, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= glrparser
|
|
|
|
PORTVERSION= 1.4
|
2004-12-23 11:38:20 +01:00
|
|
|
PORTREVISION= 1
|
2003-11-10 03:41:24 +01:00
|
|
|
CATEGORIES= devel
|
2007-02-12 08:38:03 +01:00
|
|
|
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
|
2003-11-10 03:41:24 +01:00
|
|
|
|
2007-07-12 20:52:00 +02:00
|
|
|
MAINTAINER= lme@FreeBSD.org
|
2004-12-23 11:38:20 +01:00
|
|
|
COMMENT= A parser which works with the GLR(0) algorithm
|
2003-11-10 03:41:24 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2004-12-23 11:38:20 +01:00
|
|
|
.include <bsd.port.mk>
|