Lines 17-23
Link Here
|
17 |
|
17 |
|
18 |
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ |
18 |
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ |
19 |
${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ |
19 |
${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ |
20 |
${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker |
20 |
${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker \ |
|
|
21 |
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI |
21 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
22 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
22 |
|
23 |
|
23 |
PERL_CONFIGURE= yes |
24 |
PERL_CONFIGURE= yes |
Lines 25-38
Link Here
|
25 |
MAN3= POE::Component::DBIAgent.3 POE::Component::DBIAgent::Helper.3 \ |
26 |
MAN3= POE::Component::DBIAgent.3 POE::Component::DBIAgent::Helper.3 \ |
26 |
POE::Component::DBIAgent::Queue.3 |
27 |
POE::Component::DBIAgent::Queue.3 |
27 |
|
28 |
|
28 |
.include <bsd.port.pre.mk> |
29 |
.include <bsd.port.mk> |
29 |
|
|
|
30 |
.if ${PERL_LEVEL} < 500600 |
31 |
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 |
32 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 |
33 |
.else |
34 |
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI |
35 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI |
36 |
.endif |
37 |
|
38 |
.include <bsd.port.post.mk> |