summaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2002-02-27 11:22:20 +0000
committerabs <abs@pkgsrc.org>2002-02-27 11:22:20 +0000
commit1d7de57eb1eb8d9956f59e0dfde18a2f2ff5d7be (patch)
treedcd5fc81cf4903eee9c7f2e2aba7c2a9e2563a7f /textproc/Makefile
parentbb846764de8df45e67ded929650a2bb4c9d76453 (diff)
downloadpkgsrc-1d7de57eb1eb8d9956f59e0dfde18a2f2ff5d7be.tar.gz
Import p5-Text-Substitute 0.10
Text::Substitute substitutes the contents of a hash into a file or text string. It includes a limited set of conditionals, looping, and the ability to include other files. It was designed primarily for generating web content.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index a1384c1452e..3015c65148d 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.139 2002/02/11 09:34:32 manu Exp $
+# $NetBSD: Makefile,v 1.140 2002/02/27 11:23:17 abs Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -68,6 +68,7 @@ SUBDIR+= p5-Text-BibTeX
SUBDIR+= p5-Text-CSV-Hash
SUBDIR+= p5-Text-CSV_XS
SUBDIR+= p5-Text-DelimMatch
+SUBDIR+= p5-Text-Substitute
SUBDIR+= p5-Text-Template
SUBDIR+= p5-Text-Wrapper
SUBDIR+= p5-XML-Checker