Lines 13-18
Link Here
|
13 |
PKGNAMEPREFIX= p5- |
13 |
PKGNAMEPREFIX= p5- |
14 |
|
14 |
|
15 |
MAINTAINER= erwin@lansing.dk |
15 |
MAINTAINER= erwin@lansing.dk |
|
|
16 |
COMMENT= Perl module to create, manipulate, read, and write Zip archive files |
16 |
|
17 |
|
17 |
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib |
18 |
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib |
18 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
19 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
Lines 24-30
Link Here
|
24 |
|
25 |
|
25 |
.include <bsd.port.mk> |
26 |
.include <bsd.port.mk> |
26 |
|
27 |
|
27 |
.if ${OSVERSION} < 500000 && !exists(${SITE_PERL}/File/Spec.pm) |
28 |
.if ${PERL_LEVEL} < 500601 |
28 |
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec |
29 |
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec |
29 |
RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec |
30 |
RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec |
30 |
.endif |
31 |
.endif |