summaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Elemental-PerlMunger/Makefile
diff options
context:
space:
mode:
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"