diff options
author | minskim <minskim@pkgsrc.org> | 2005-01-08 12:56:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-01-08 12:56:09 +0000 |
commit | 3eef1490aa314839b7c0f17e2ecae8f68e59a5ee (patch) | |
tree | 506733bb0cf09cc399eeb6babfa3e99e4513f564 /textproc | |
parent | 497a1274031e1381155b9b76d76ba1b87c16647f (diff) | |
download | pkgsrc-3eef1490aa314839b7c0f17e2ecae8f68e59a5ee.tar.gz |
Add and enable p5-Text-Shellwords.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 61933c22b2c..91f2ab84381 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.273 2004/12/26 15:58:11 wiz Exp $ +# $NetBSD: Makefile,v 1.274 2005/01/08 12:56:09 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -155,6 +155,7 @@ SUBDIR+= p5-Text-Format SUBDIR+= p5-Text-Kakasi SUBDIR+= p5-Text-Quoted SUBDIR+= p5-Text-Reform +SUBDIR+= p5-Text-Shellwords SUBDIR+= p5-Text-Substitute SUBDIR+= p5-Text-Tabs+Wrap SUBDIR+= p5-Text-Template |