summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-MicroTemplate/Makefile
diff options
context:
space:
mode:
authorseb <seb>2010-04-24 11:05:45 +0000
committerseb <seb>2010-04-24 11:05:45 +0000
commit211b6c224647d1e62e4448606f682c5b8f77d030 (patch)
treea259ddd9de0753929e66f68736668ebb774b6566 /textproc/p5-Text-MicroTemplate/Makefile
parent8de82ee24a1316eb7f032ca4a6ba099506376849 (diff)
downloadpkgsrc-211b6c224647d1e62e4448606f682c5b8f77d030.tar.gz
Initial import of p5-Text-MicroTemplate version 0.11 in the NetBSD
Packages Collection. The Perl 5 module Text::MicroTemplate is a standalone, fast, intelligent, extensible template engine.
Diffstat (limited to 'textproc/p5-Text-MicroTemplate/Makefile')
-rw-r--r--textproc/p5-Text-MicroTemplate/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/p5-Text-MicroTemplate/Makefile b/textproc/p5-Text-MicroTemplate/Makefile
new file mode 100644
index 00000000000..ffaa983d40a
--- /dev/null
+++ b/textproc/p5-Text-MicroTemplate/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/04/24 11:05:45 seb Exp $
+
+DISTNAME= Text-MicroTemplate-0.11
+PKGNAME= p5-${DISTNAME}
+#PKGREVISION= 1
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Text-MicroTemplate/
+COMMENT= Perl 5 module providing a template engine
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Text/MicroTemplate/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"