summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Substitute/Makefile
diff options
context:
space:
mode:
authorabs <abs>2002-02-27 11:22:20 +0000
committerabs <abs>2002-02-27 11:22:20 +0000
commite545036d22b314f278d30483d0b3607684b75ea7 (patch)
treedcd5fc81cf4903eee9c7f2e2aba7c2a9e2563a7f /textproc/p5-Text-Substitute/Makefile
parent80311ff88244fe7248e62781bdf9e294f93e1555 (diff)
downloadpkgsrc-e545036d22b314f278d30483d0b3607684b75ea7.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/p5-Text-Substitute/Makefile')
-rw-r--r--textproc/p5-Text-Substitute/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/p5-Text-Substitute/Makefile b/textproc/p5-Text-Substitute/Makefile
new file mode 100644
index 00000000000..69631c710e2
--- /dev/null
+++ b/textproc/p5-Text-Substitute/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/02/27 11:22:20 abs Exp $
+
+DISTNAME= Text-Substitute-0.10
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= http://www.mono.org/abs/tools/Text-Substitute/
+
+MAINTAINER= abs@netbsd.org
+HOMEPAGE= http://www.mono.org/abs/tools/Text-Substitute/
+COMMENT= perl5 module for text substition from hashes
+
+USE_BUILDLINK_ONLY= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Substitute/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../lang/perl5/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"