Upstream changes: 4.018 2021-06-19 10:55:10-04:00 America/New_York - update author contact info - use postfix dereferencing, since we already require v5.20.0 - add perl support section to docs 4.017 2021-04-17 17:51:31-04:00 America/New_York - no changes from previous trial release 4.016 2021-04-06 22:22:59-04:00 America/New_York (TRIAL RELEASE) - GenerateSection by David Miguel Susano Pinto has been bundled with Pod::Weaver. Although it has been fairly heavily edited, it should be entirely compatible with previous versions. Thanks, David!
36 lines
1.7 KiB
Makefile
36 lines
1.7 KiB
Makefile
# $NetBSD: Makefile,v 1.22 2021/09/04 23:20:07 wen Exp $
|
|
|
|
DISTNAME= Pod-Weaver-4.018
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/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"
|