Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= POE-Component-Resolver |
8 |
PORTNAME= POE-Component-Resolver |
9 |
PORTVERSION= 0.916 |
9 |
PORTVERSION= 0.918 |
10 |
CATEGORIES= dns devel perl5 |
10 |
CATEGORIES= dns devel perl5 |
11 |
MASTER_SITES= CPAN |
11 |
MASTER_SITES= CPAN |
12 |
MASTER_SITE_SUBDIR= CPAN:RCAPUTO |
12 |
MASTER_SITE_SUBDIR= CPAN:RCAPUTO |
Lines 20-27
Link Here
|
20 |
|
20 |
|
21 |
BUILD_DEPENDS= p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \ |
21 |
BUILD_DEPENDS= p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \ |
22 |
p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils \ |
22 |
p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils \ |
23 |
p5-Socket-GetAddrInfo>=0.19:${PORTSDIR}/net/p5-Socket-GetAddrInfo \ |
23 |
p5-Socket-GetAddrInfo>=0.19:${PORTSDIR}/net/p5-Socket-GetAddrInfo |
24 |
p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple |
|
|
25 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
24 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
26 |
|
25 |
|
27 |
PERL_CONFIGURE= yes |
26 |
PERL_CONFIGURE= yes |
Lines 31-36
Link Here
|
31 |
|
30 |
|
32 |
.include <bsd.port.pre.mk> |
31 |
.include <bsd.port.pre.mk> |
33 |
|
32 |
|
|
|
33 |
.if ${PERL_LEVEL} < 501400 |
34 |
TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple |
35 |
.endif |
36 |
|
34 |
.if ${PERL_LEVEL} < 501001 |
37 |
.if ${PERL_LEVEL} < 501001 |
35 |
BUILD_DEPENDS+= p5-Storable>=2.18:${PORTSDIR}/devel/p5-Storable \ |
38 |
BUILD_DEPENDS+= p5-Storable>=2.18:${PORTSDIR}/devel/p5-Storable \ |
36 |
p5-Time-HiRes>=1.9711:${PORTSDIR}/devel/p5-Time-HiRes |
39 |
p5-Time-HiRes>=1.9711:${PORTSDIR}/devel/p5-Time-HiRes |