jca f1638eddf8 Import p5-Parse-Yapp-1.05, ok sthen@
Triggered by net/samba4 which can make use of it (instead of its bundled
copy).

DESCR:
Parse::Yapp (Yet Another Perl Parser compiler) is a collection of
modules that let you generate and use yacc like thread safe (reentrant)
parsers with perl object oriented interface.

The script yapp is a front-end to the Parse::Yapp module and lets you
easily create a Perl OO parser from an input grammar file.
2015-06-20 15:23:39 +00:00

14 lines
372 B
Plaintext

@comment $OpenBSD: PLIST,v 1.1.1.1 2015/06/20 15:23:39 jca Exp $
bin/yapp
${P5SITE}/Parse/
${P5SITE}/Parse/Yapp/
${P5SITE}/Parse/Yapp.pm
${P5SITE}/Parse/Yapp/Driver.pm
${P5SITE}/Parse/Yapp/Grammar.pm
${P5SITE}/Parse/Yapp/Lalr.pm
${P5SITE}/Parse/Yapp/Options.pm
${P5SITE}/Parse/Yapp/Output.pm
${P5SITE}/Parse/Yapp/Parse.pm
@man man/man1/yapp.1
@man man/man3p/Parse::Yapp.3