pkgsrc/devel/p5-Parse-Yapp/Makefile
jtb a486a77db2 Initial import of p5-Parse-Yapp.
Yet Another Perl Parser compiler.  Compiles yacc-like LALR grammars to
generate Perl OO parser modules.  It lets you create Perl OO fully
reentrant LALR(1) parser modules (see the Yapp.pm pod pages for more
details) and has been designed to be functionally as close as possible
to yacc, but using the full power of Perl and opened for enhancements.

Package provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12635.
2001-04-16 18:03:25 +00:00

18 lines
438 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2001/04/16 18:03:25 jtb Exp $
#
DISTNAME= Parse-Yapp-1.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Parse/}
MAINTAINER= packages@netbsd.org
COMMENT= perl5 LALR parser
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Parse/Yapp/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"