summaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Tiny/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Template-Tiny/Makefile')
-rw-r--r--textproc/p5-Template-Tiny/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/p5-Template-Tiny/Makefile b/textproc/p5-Template-Tiny/Makefile
new file mode 100644
index 00000000000..a297541d967
--- /dev/null
+++ b/textproc/p5-Template-Tiny/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 16:13:12 sno Exp $
+
+DISTNAME= Template-Tiny-0.09
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Template-Tiny/
+COMMENT= Template Toolkit reimplemented in as little code as possible
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Template/Tiny/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"