c689af0e53
Upstream changes: 0.200000 2014-01-11 14:23:46-05:00 America/New_York - it's now possible to replace Pod with something rather than nothing when it's extracted from your document; check out the "replacer" attribute 0.100000 2014-01-07 20:02:01-05:00 America/New_York - encode character string input into octets for PPI, then ensure output is also characters
24 lines
864 B
Makefile
24 lines
864 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/01/12 10:46:56 wen Exp $
|
|
|
|
DISTNAME= Pod-Elemental-PerlMunger-0.200000
|
|
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
|
|
|
|
PERL5_PACKLIST= auto/Pod/Elemental/PerlMunger/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|