diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-13 21:05:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-13 21:05:16 +0800 |
commit | c19fef4ae7d6af801137185044092716319f3ffe (patch) | |
tree | b9eaf3cc8a6a8b76d5038fcce6ac098eb6c71076 /lang/Makefile | |
parent | 397d1a83463b1050e790c1af8b5aeb920f7f1b28 (diff) | |
download | freebsd-ports-gnome-c19fef4ae7d6af801137185044092716319f3ffe.tar.gz freebsd-ports-gnome-c19fef4ae7d6af801137185044092716319f3ffe.tar.zst freebsd-ports-gnome-c19fef4ae7d6af801137185044092716319f3ffe.zip |
- Add p5-Marpa-XS 0.018
Marpa::XS is the XS 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-XS/
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 4ddb489aae36..a3b384a99bd5 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -214,6 +214,7 @@ SUBDIR += p5-List-MoreUtils SUBDIR += p5-Marpa SUBDIR += p5-Marpa-PP + SUBDIR += p5-Marpa-XS SUBDIR += p5-Modern-Perl SUBDIR += p5-Parse-Perl SUBDIR += p5-Perl6-Subs |