blob: 1ac9de33324d83c80cbcf88b0448314af2b1a016 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# $NetBSD: Makefile,v 1.6 2014/05/29 23:37:39 wiz Exp $
DISTNAME= Pod-Weaver-4.006
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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"
|