summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Substitute/Makefile
diff options
context:
space:
mode:
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"