pkgsrc/textproc/p5-Pod-Weaver/Makefile
mef ba98330566 (pkgsrc)
- Drop DEPENDS+=      p5-Moose-Autobox, see below
(upstream)
 - Update 4.006 to 4.011
---------------------
4.011     2015-03-17 07:48:54-04:00 America/New_York
        - add "header" attributes to more sections, to change the =head1
          headert ext (thanks, David Wheeler)

4.010     2014-12-30 22:02:58-05:00 America/New_York
        - use of Moose::Autobox has been dropped (thanks Karen Etheridge!)

4.009     2014-12-02 23:00:37-05:00 America/New_York
        - when a Collect-worthy header exists (like =head1 METHODS) use it,
          rather than making a new one *and* leaving the old one around
          (thanks, Christian Walde)

4.008     2014-11-12 09:37:13-05:00 America/New_York
        - handle UTF-8 data in PODNAME and ABSTRACT (thanks,  Blabos de Blebe)
        - Explain Section::Region naming, nonpod, and flattening
          (thanks, Kent Fredric)

4.007     2014-10-27 22:21:55-04:00 America/New_York
        - immutabilize ALL THE THINGS!
2015-04-26 12:56:59 +00:00

36 lines
1.7 KiB
Makefile

# $NetBSD: Makefile,v 1.8 2015/04/26 12:56:59 mef Exp $
DISTNAME= Pod-Weaver-4.011
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-Weaver/
COMMENT= Weave together a Pod document from an outline
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Config-MVP>=2.0:../../devel/p5-Config-MVP
DEPENDS+= p5-Config-MVP-Reader-INI-[0-9]*:../../devel/p5-Config-MVP-Reader-INI
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Log-Dispatchouli>=1.100.710:../../devel/p5-Log-Dispatchouli
DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
DEPENDS+= p5-Params-Util-[0-9]*:../../devel/p5-Params-Util
DEPENDS+= p5-Pod-Elemental>=0.100220:../../textproc/p5-Pod-Elemental
DEPENDS+= p5-String-Flogger>=1.0:../../textproc/p5-String-Flogger
DEPENDS+= p5-String-Formatter>=0.100680:../../textproc/p5-String-Formatter
DEPENDS+= p5-String-RewritePrefix-[0-9]*:../../textproc/p5-String-RewritePrefix
DEPENDS+= {perl>=5.10.1,p5-Text-Tabs+Wrap-[0-9]*}:../../textproc/p5-Text-Tabs+Wrap
DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
BUILD_DEPENDS+= {perl>=5.10.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp
BUILD_DEPENDS+= p5-PPI-[0-9]*:../../devel/p5-PPI
BUILD_DEPENDS+= p5-Software-License-[0-9]*:../../devel/p5-Software-License
BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple
PERL5_PACKLIST= auto/Pod/Weaver/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"