aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2013-01-18 13:48:30 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2013-01-18 13:48:30 +0000
commit8f6552462bd2feb6b6ed9685209da6ad1d2a60cf (patch)
tree93cf80f014523e8867069a4318f01cba0d955fc7 /textproc/Makefile
parentc5ca0c5f78bb4c1ad20c80a4cc0ced0c4b31d764 (diff)
downloadports-8f6552462bd2feb6b6ed9685209da6ad1d2a60cf.tar.gz
ports-8f6552462bd2feb6b6ed9685209da6ad1d2a60cf.zip
This class is a factory for text pipes. A pipe has a filter() method
through which input can pass. The input can be a string or a reference to an array of strings. Pipes can be stacked together using Text::Pipe::Stackable. WWW: http://search.cpan.org/dist/Text-Pipe/
Notes
Notes: svn path=/head/; revision=310605
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 7fbf99e73b2f..4f307f78b13e 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -826,6 +826,7 @@
SUBDIR += p5-Text-ParagraphDiff
SUBDIR += p5-Text-ParseWords
SUBDIR += p5-Text-Patch
+ SUBDIR += p5-Text-Pipe
SUBDIR += p5-Text-Prefix-XS
SUBDIR += p5-Text-QRCode
SUBDIR += p5-Text-Query