diff options
Diffstat (limited to 'devel/rdp/Makefile')
-rw-r--r-- | devel/rdp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rdp/Makefile b/devel/rdp/Makefile index 1728c03f491..42958b03d8a 100644 --- a/devel/rdp/Makefile +++ b/devel/rdp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/04/01 14:07:53 agc Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/16 14:39:00 wiz Exp $ DISTNAME= rdp1_5 PKGNAME= rdp-1.5 @@ -8,6 +8,7 @@ EXTRACT_SUFX= .zip MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.dcs.rhbnc.ac.uk/research/languages/rdp.shtml +COMMENT= compiles attributed LL(1) grammars into recursive descent compilers BUILD_DEPENDS= unzip:../../archivers/unzip |