diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-14 12:21:31 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-14 12:21:31 +0000 |
commit | ba156ff1479201f50eb1447c71f21a579f545d4c (patch) | |
tree | e6e3ae85f96f21f73f5a2d0638f7a1c1ffa615f7 /textproc/Makefile | |
parent | 77f47a7268b11cd519a300645f0897db04085ede (diff) |
new port: textproc/p5-Text-Quoted
Text::Quoted examines the structure of some text which may
contain multiple different levels of quoting, and turns the
text into a nested data structure.
PR: ports/50936
Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes:
svn path=/head/; revision=78953
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 a22d7816d9ec..e98a2353708a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -228,6 +228,7 @@ SUBDIR += p5-Text-Graphics SUBDIR += p5-Text-Metaphone SUBDIR += p5-Text-Query + SUBDIR += p5-Text-Quoted SUBDIR += p5-Text-Reflow SUBDIR += p5-Text-Repository SUBDIR += p5-Text-SimpleTemplate |