diff options
author | kevlo <kevlo@FreeBSD.org> | 2010-04-30 13:01:28 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2010-04-30 13:01:28 +0800 |
commit | 32788eeed55fc622004d3b8bb7f359ff41283e6a (patch) | |
tree | 63800538eac3e2686c191ef9d6bc47a65b3599cb /textproc/Makefile | |
parent | 5393cdc76106e065b4481574a8c356359a9dcabf (diff) | |
download | freebsd-ports-gnome-32788eeed55fc622004d3b8bb7f359ff41283e6a.tar.gz freebsd-ports-gnome-32788eeed55fc622004d3b8bb7f359ff41283e6a.tar.zst freebsd-ports-gnome-32788eeed55fc622004d3b8bb7f359ff41283e6a.zip |
Initial import of p5-Text-Match-FastAlternative 0.14
This module allows you to search for any of a list of substrings
("keys") in a larger string. It is particularly efficient when the set
of keys is large.
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 a5c3591ab5c7..82ab07d9dd88 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -686,6 +686,7 @@ SUBDIR += p5-Text-Highlight SUBDIR += p5-Text-Language-Guess SUBDIR += p5-Text-Markdown + SUBDIR += p5-Text-Match-FastAlternatives SUBDIR += p5-Text-Metaphone SUBDIR += p5-Text-MicroTemplate SUBDIR += p5-Text-MultiMarkdown |