Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Algorithm-Dependency |
8 |
PORTNAME= Algorithm-Dependency |
9 |
PORTVERSION= 1.108 |
9 |
PORTVERSION= 1.110 |
10 |
CATEGORIES= devel perl5 |
10 |
CATEGORIES= devel perl5 |
11 |
MASTER_SITES= CPAN |
11 |
MASTER_SITES= CPAN |
12 |
PKGNAMEPREFIX= p5- |
12 |
PKGNAMEPREFIX= p5- |
Lines 16-24
Link Here
|
16 |
|
16 |
|
17 |
RUN_DEPENDS= p5-Params-Util>=0.31:${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 |
22 |
|
20 |
|
23 |
MAN3= Algorithm::Dependency.3 \ |
21 |
MAN3= Algorithm::Dependency.3 \ |
24 |
Algorithm::Dependency::Item.3 \ |
22 |
Algorithm::Dependency::Item.3 \ |
Lines 31-34
Link Here
|
31 |
|
29 |
|
32 |
PERL_CONFIGURE= yes |
30 |
PERL_CONFIGURE= yes |
33 |
|
31 |
|
34 |
.include <bsd.port.mk> |
32 |
.include <bsd.port.pre.mk> |
|
|
33 |
|
34 |
.if ${PERL_LEVEL} < 500801 |
35 |
RUN_DEPENDS+= p5-Scalar-List-Utils>=1.11:${PORTSDIR}/lang/p5-Scalar-List-Utils |
36 |
.endif |
37 |
|
38 |
.include <bsd.port.post.mk> |