diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-05-26 02:14:37 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-05-26 02:14:37 +0000 |
commit | 2b3953d22211633f051966506b5f0b293030652f (patch) | |
tree | fc8c4ec021a04ab66c0d7f0be5586939f0b343bb /textproc/Makefile | |
parent | dd6a81000ab02ffac46402d9886a8b6970f95c09 (diff) |
The purpose of the PPIx-Regexp package is to parse regular expressions
in a manner similar to the way the PPI package parses Perl.
WWW: http://search.cpan.org/dist/PPIx-Regexp
PR: ports/146973
Submitted by: Ashish SHUKLA <wahjava@gmail.com>
Notes
Notes:
svn path=/head/; revision=255096
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 15cc92fd07bd..a3a5cb979074 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -539,6 +539,7 @@ SUBDIR += p5-PPI-HTML SUBDIR += p5-PPI-XS SUBDIR += p5-PPIx-EditorTools + SUBDIR += p5-PPIx-Regexp SUBDIR += p5-Parse-BooleanLogic SUBDIR += p5-Parse-CSV SUBDIR += p5-Parse-FixedLength |