diff options
author | sno <sno> | 2009-07-08 12:47:58 +0000 |
---|---|---|
committer | sno <sno> | 2009-07-08 12:47:58 +0000 |
commit | d394de3a2458b3d329f66aad829d1afee2056f3d (patch) | |
tree | 739b038b8e316a12cf221b24216fef2ee215a2b8 /textproc | |
parent | 1042da75a0b42e7e77cb74ebe2b0417d13642e40 (diff) | |
download | pkgsrc-d394de3a2458b3d329f66aad829d1afee2056f3d.tar.gz |
Importing package fpr p5 module Template::Plugin::YAML version 1.23.
This is a simple Template Toolkit Plugin Interface to the YAML module.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Template-Plugin-YAML/DESCR | 1 | ||||
-rw-r--r-- | textproc/p5-Template-Plugin-YAML/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-Template-Plugin-YAML/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/textproc/p5-Template-Plugin-YAML/DESCR b/textproc/p5-Template-Plugin-YAML/DESCR new file mode 100644 index 00000000000..b146bbddf87 --- /dev/null +++ b/textproc/p5-Template-Plugin-YAML/DESCR @@ -0,0 +1 @@ +This is a simple Template Toolkit Plugin Interface to the YAML module. diff --git a/textproc/p5-Template-Plugin-YAML/Makefile b/textproc/p5-Template-Plugin-YAML/Makefile new file mode 100644 index 00000000000..0883e4c537f --- /dev/null +++ b/textproc/p5-Template-Plugin-YAML/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/08 12:47:58 sno Exp $ +# + +DISTNAME= Template-Plugin-YAML-1.23 +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-Plugin-YAML/ +COMMENT= Plugin interface to YAML +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Template-Toolkit>=2:../../www/p5-Template-Toolkit +DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML + +PERL5_PACKLIST= auto/Template/Plugin/YAML/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Template-Plugin-YAML/distinfo b/textproc/p5-Template-Plugin-YAML/distinfo new file mode 100644 index 00000000000..be1126005ce --- /dev/null +++ b/textproc/p5-Template-Plugin-YAML/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/07/08 12:47:58 sno Exp $ + +SHA1 (Template-Plugin-YAML-1.23.tar.gz) = 499acb1b226e2cbf1e4c89e705b2f55ab5f6c9cd +RMD160 (Template-Plugin-YAML-1.23.tar.gz) = aae40ee19885f1d50bd85ec160671f1dcde7517e +Size (Template-Plugin-YAML-1.23.tar.gz) = 2424 bytes |