diff options
author | sno <sno@pkgsrc.org> | 2012-08-08 12:21:11 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-08-08 12:21:11 +0000 |
commit | 49e40efc3677cd276d20a049d214d9adf89f191c (patch) | |
tree | 458539bfd959fe61a2d65f12a18a4dae5799799e | |
parent | 5b04e67929a59049af1ab411f1bf0a6fa5c27985 (diff) | |
download | pkgsrc-49e40efc3677cd276d20a049d214d9adf89f191c.tar.gz |
Adding package for Perl5 module Dist::Zilla::Plugin::PodWeaver version
3.101641 from CPAN into textproc/p5-Dist-Zilla-Plugin-PodWeaver.
[PodWeaver] is the bridge between Dist::Zilla and Pod::Weaver. It rips
apart your kinda-Pod and reconstructs it as boring old real Pod.
-rw-r--r-- | textproc/p5-Dist-Zilla-Plugin-PodWeaver/DESCR | 2 | ||||
-rw-r--r-- | textproc/p5-Dist-Zilla-Plugin-PodWeaver/Makefile | 32 | ||||
-rw-r--r-- | textproc/p5-Dist-Zilla-Plugin-PodWeaver/distinfo | 5 |
3 files changed, 39 insertions, 0 deletions
diff --git a/textproc/p5-Dist-Zilla-Plugin-PodWeaver/DESCR b/textproc/p5-Dist-Zilla-Plugin-PodWeaver/DESCR new file mode 100644 index 00000000000..20e09b4b086 --- /dev/null +++ b/textproc/p5-Dist-Zilla-Plugin-PodWeaver/DESCR @@ -0,0 +1,2 @@ +[PodWeaver] is the bridge between Dist::Zilla and Pod::Weaver. It rips +apart your kinda-Pod and reconstructs it as boring old real Pod. diff --git a/textproc/p5-Dist-Zilla-Plugin-PodWeaver/Makefile b/textproc/p5-Dist-Zilla-Plugin-PodWeaver/Makefile new file mode 100644 index 00000000000..c05cd068a95 --- /dev/null +++ b/textproc/p5-Dist-Zilla-Plugin-PodWeaver/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1 2012/08/08 12:21:11 sno Exp $ + +DISTNAME= Dist-Zilla-Plugin-PodWeaver-3.101641 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dist/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Dist-Zilla-Plugin-PodWeaver/ +COMMENT= Weave your Pod together from configuration and Dist::Zilla +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Dist-Zilla>=4:../../devel/p5-Dist-Zilla +DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils +DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose +DEPENDS+= p5-Moose-Autobox-[0-9]*:../../devel/p5-Moose-Autobox +DEPENDS+= p5-PPI-[0-9]*:../../devel/p5-PPI +DEPENDS+= p5-Pod-Elemental-[0-9]*:../../textproc/p5-Pod-Elemental +DEPENDS+= p5-Pod-Elemental-PerlMunger-[0-9]*:../../textproc/p5-Pod-Elemental-PerlMunger +DEPENDS+= p5-Pod-Weaver>=3.100710:../../textproc/p5-Pod-Weaver +DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean + +BUILD_DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule +BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Dist/Zilla/Plugin/PodWeaver/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Dist-Zilla-Plugin-PodWeaver/distinfo b/textproc/p5-Dist-Zilla-Plugin-PodWeaver/distinfo new file mode 100644 index 00000000000..b0479958df7 --- /dev/null +++ b/textproc/p5-Dist-Zilla-Plugin-PodWeaver/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/08/08 12:21:11 sno Exp $ + +SHA1 (Dist-Zilla-Plugin-PodWeaver-3.101641.tar.gz) = 572ab249b81fc9cdfe7e2889d696872df2580360 +RMD160 (Dist-Zilla-Plugin-PodWeaver-3.101641.tar.gz) = 7ab2ff13a7586ac7c376cc6a758884d58ee432ff +Size (Dist-Zilla-Plugin-PodWeaver-3.101641.tar.gz) = 11674 bytes |