Lines 6-22
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Algorithm-Dependency |
8 |
PORTNAME= Algorithm-Dependency |
9 |
PORTVERSION= 1.106 |
9 |
PORTVERSION= 1.108 |
10 |
CATEGORIES= devel perl5 |
10 |
CATEGORIES= devel perl5 |
11 |
MASTER_SITES= CPAN |
11 |
MASTER_SITES= CPAN |
12 |
PKGNAMEPREFIX= p5- |
12 |
PKGNAMEPREFIX= p5- |
13 |
|
13 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= wenheping@gmail.com |
15 |
COMMENT= Base class for implementing various dependency trees |
15 |
COMMENT= Base class for implementing various dependency trees |
16 |
|
16 |
|
17 |
RUN_DEPENDS= p5-Params-Util>=0.06:${PORTSDIR}/devel/p5-Params-Util |
17 |
RUN_DEPENDS= p5-Params-Util>=0.31:${PORTSDIR}/devel/p5-Params-Util |
18 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
18 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
19 |
BUILD_DEPENDS+= p5-Test-ClassAPI>=0.6:${PORTSDIR}/devel/p5-Test-ClassAPI |
19 |
BUILD_DEPENDS+= p5-Test-ClassAPI>=0.6:${PORTSDIR}/devel/p5-Test-ClassAPI \ |
|
|
20 |
p5-PathTools>=3.29:${PORTSDIR}/devel/p5-PathTools \ |
21 |
p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple |
20 |
|
22 |
|
21 |
MAN3= Algorithm::Dependency.3 \ |
23 |
MAN3= Algorithm::Dependency.3 \ |
22 |
Algorithm::Dependency::Item.3 \ |
24 |
Algorithm::Dependency::Item.3 \ |
Lines 24-37
Link Here
|
24 |
Algorithm::Dependency::Source.3 \ |
26 |
Algorithm::Dependency::Source.3 \ |
25 |
Algorithm::Dependency::Source::File.3 \ |
27 |
Algorithm::Dependency::Source::File.3 \ |
26 |
Algorithm::Dependency::Source::HoA.3 \ |
28 |
Algorithm::Dependency::Source::HoA.3 \ |
|
|
29 |
Algorithm::Dependency::Source::Invert.3 \ |
27 |
Algorithm::Dependency::Weight.3 |
30 |
Algorithm::Dependency::Weight.3 |
28 |
|
31 |
|
29 |
PERL_CONFIGURE= yes |
32 |
PERL_CONFIGURE= yes |
30 |
|
33 |
|
31 |
.include <bsd.port.pre.mk> |
34 |
.include <bsd.port.mk> |
32 |
|
|
|
33 |
.if ${PERL_LEVEL} < 500801 |
34 |
RUN_DEPENDS+= p5-Scalar-List-Utils>=1.11:${PORTSDIR}/lang/p5-Scalar-List-Utils |
35 |
.endif |
36 |
|
37 |
.include <bsd.port.post.mk> |