summaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Elemental-PerlMunger/Makefile
diff options
context:
space:
mode:
authorsno <sno>2012-08-08 12:11:01 +0000
committersno <sno>2012-08-08 12:11:01 +0000
commitbb188daa00d4b3df66ea1a1d2d81011d702a7a8b (patch)
treef2cf3e9bb03b3e346e1a4f6d3deeab752788b497 /textproc/p5-Pod-Elemental-PerlMunger/Makefile
parent18f2c822582ef5855628b3cc964638ebcd8fab01 (diff)
downloadpkgsrc-bb188daa00d4b3df66ea1a1d2d81011d702a7a8b.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/Makefile')
-rw-r--r--textproc/p5-Pod-Elemental-PerlMunger/Makefile25
1 files changed, 25 insertions, 0 deletions
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"