78b27685db
Changes from previous: ---------------------- 4.006 2014-01-07 20:12:37-05:00 America/New_York - update tests to pass octets to ->read_string, as is proper 4.005 2013-12-21 15:01:46-0500 America/New_York - updated tests for the new (fixed, consistent) string behavior in Mixin::Linewise 4.004 2013-11-05 21:50:13 America/New_York - allow multi-line formats for VERSION plugin (thanks, Alex Peters) - ...including the %T-prefix for lines only included in trial releases - look for PODNAME more consistently (thanks, Chris Weyl) - put license filename in F<> formatting (thanks, Alex Peters) 4.003 2013-11-02 22:58:43 America/New_York - note that [@Default] contains [-SingleEncoding] (thanks, Caleb Cushing) 4.002 2013-11-02 11:37:04 America/New_York [ THIS MIGHT BREAK YOUR CODE ] - stable release of previous v4 changes 4.001 2013-10-20 10:50:50 America/New_York (TRIAL RELEASE) [ THIS MIGHT BREAK YOUR CODE ] - SingleEncoding now accepts found =encodings as long as they match, unless the plugin's encoding attribute was set explicitly 4.000 2013-10-19 17:20:59 America/New_York (TRIAL RELEASE) [ THIS MIGHT BREAK YOUR CODE ] - the SingleEncoding plugin to force one consistent =encoding - ...is now enabled, for UTF-8, in the default configuration 3.101640 2013-09-17 08:57:41 Asia/Tokyo - fix repository links! argh, oops 3.101639 2013-09-17 08:56:05 Asia/Tokyo - documentation fix: mention that =func exists in the default configuration (thanks, Joshua Keroes!) - removed use of deprecated Class::MOP::load_class (thanks, Karen Etheridge)
39 lines
1.8 KiB
Makefile
39 lines
1.8 KiB
Makefile
# $NetBSD: Makefile,v 1.5 2014/02/24 10:47:31 hiramatsu Exp $
|
|
|
|
DISTNAME= Pod-Weaver-4.006
|
|
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-Moose-Autobox>=0.10:../../devel/p5-Moose-Autobox
|
|
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
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Pod/Weaver/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|