diff options
author | sno <sno@pkgsrc.org> | 2012-08-08 12:11:01 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-08-08 12:11:01 +0000 |
commit | f01bfe0d8b8057a64ec6a2692092ed54382165e5 (patch) | |
tree | f2cf3e9bb03b3e346e1a4f6d3deeab752788b497 /textproc/p5-Pod-Elemental-PerlMunger | |
parent | a833dbcd3139ffbf6c74eaf6edf8097b08ee79ab (diff) | |
download | pkgsrc-f01bfe0d8b8057a64ec6a2692092ed54382165e5.tar.gz |
Adding package for Perl5 module Pod::Elemental::PerlMunger version 0.093331
from CPAN into textproc/p5-Pod-Elemental-PerlMunger.
This role is to be included in classes that rewrite the documentation of
a Perl document, stripping out all the Pod, munging it, and replacing it
into the Perl.
Diffstat (limited to 'textproc/p5-Pod-Elemental-PerlMunger')
-rw-r--r-- | textproc/p5-Pod-Elemental-PerlMunger/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-Pod-Elemental-PerlMunger/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-Pod-Elemental-PerlMunger/distinfo | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/textproc/p5-Pod-Elemental-PerlMunger/DESCR b/textproc/p5-Pod-Elemental-PerlMunger/DESCR new file mode 100644 index 00000000000..5b9fdb2ced3 --- /dev/null +++ b/textproc/p5-Pod-Elemental-PerlMunger/DESCR @@ -0,0 +1,3 @@ +This role is to be included in classes that rewrite the documentation of +a Perl document, stripping out all the Pod, munging it, and replacing it +into the Perl. diff --git a/textproc/p5-Pod-Elemental-PerlMunger/Makefile b/textproc/p5-Pod-Elemental-PerlMunger/Makefile new file mode 100644 index 00000000000..1b532777ee3 --- /dev/null +++ b/textproc/p5-Pod-Elemental-PerlMunger/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2012/08/08 12:11:01 sno Exp $ + +DISTNAME= Pod-Elemental-PerlMunger-0.093331 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Pod-Elemental-PerlMunger/ +COMMENT= Perl5 module that takes a string of Perl and rewrites its Pod +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils +DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose +DEPENDS+= p5-PPI-[0-9]*:../../devel/p5-PPI +DEPENDS+= p5-Pod-Elemental>=0.092941:../../textproc/p5-Pod-Elemental +DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Pod/Elemental/PerlMunger/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Pod-Elemental-PerlMunger/distinfo b/textproc/p5-Pod-Elemental-PerlMunger/distinfo new file mode 100644 index 00000000000..c29d24df0d9 --- /dev/null +++ b/textproc/p5-Pod-Elemental-PerlMunger/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/08/08 12:11:01 sno Exp $ + +SHA1 (Pod-Elemental-PerlMunger-0.093331.tar.gz) = d420130cdae6a529380e202d19e423b03cfb527a +RMD160 (Pod-Elemental-PerlMunger-0.093331.tar.gz) = 6276b52ba2166887df64ec7efd89076d2e87ee87 +Size (Pod-Elemental-PerlMunger-0.093331.tar.gz) = 11191 bytes |