diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-13 21:04:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-13 21:04:31 +0800 |
commit | 397d1a83463b1050e790c1af8b5aeb920f7f1b28 (patch) | |
tree | eb0a99b934b1b00402107dc71300496571a548a7 /lang/Makefile | |
parent | 09559e502e686fb2309b2539229d4fb45aa321ba (diff) | |
download | freebsd-ports-gnome-397d1a83463b1050e790c1af8b5aeb920f7f1b28.tar.gz freebsd-ports-gnome-397d1a83463b1050e790c1af8b5aeb920f7f1b28.tar.zst freebsd-ports-gnome-397d1a83463b1050e790c1af8b5aeb920f7f1b28.zip |
- Add p5-Marpa-PP 0.010
Marpa::PP is the pure Perl version of Marpa.
Marpa parses any language whose grammar can be written in BNF. That includes
recursive grammars, ambiguous grammars, infinitely ambiguous grammars and
grammars with useless or empty productions.
WWW: http://search.cpan.org/dist/Marpa-PP/
Feature safe: yes
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 688559a7d616..4ddb489aae36 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -213,6 +213,7 @@ SUBDIR += p5-JavaScript-Value-Escape SUBDIR += p5-List-MoreUtils SUBDIR += p5-Marpa + SUBDIR += p5-Marpa-PP SUBDIR += p5-Modern-Perl SUBDIR += p5-Parse-Perl SUBDIR += p5-Perl6-Subs |