summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Template/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-Template/Makefile')
-rw-r--r--textproc/p5-Text-Template/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/p5-Text-Template/Makefile b/textproc/p5-Text-Template/Makefile
new file mode 100644
index 00000000000..bfbc61556df
--- /dev/null
+++ b/textproc/p5-Text-Template/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/10/16 09:57:50 rh Exp $
+#
+
+DISTNAME= Text-Template-1.23
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.plover.com/~mjd/perl/Template/
+
+USE_PERL5= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IMAP/Admin/.packlist
+
+do-configure:
+ @cd ${WRKSRC} && ${ECHO} >.test && \
+ ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"