Lines 17-24
Link Here
|
17 |
|
17 |
|
18 |
PLIST_FILES= bin/${PORTNAME} |
18 |
PLIST_FILES= bin/${PORTNAME} |
19 |
|
19 |
|
|
|
20 |
OPTIONS= PERL_NET_DNS "Add MX lookup support" off \ |
21 |
PERL_NET_SSLEAY "Add TLS support" off \ |
22 |
PERL_AUTHEN_NTLM "Add support for AUTH NTLM" off |
23 |
|
20 |
USE_PERL5_RUN= yes |
24 |
USE_PERL5_RUN= yes |
21 |
|
25 |
|
|
|
26 |
.include <bsd.port.pre.mk> |
27 |
|
28 |
.if defined(WITH_PERL_NET_DNS) |
29 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS |
30 |
.endif |
31 |
|
32 |
.if defined(WITH_PERL_NET_SSLEAY) |
33 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay |
34 |
.endif |
35 |
|
36 |
.if defined(WITH_PERL_AUTHEN_NTLM) |
37 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Authen/NTLM.pm:${PORTSDIR}/security/p5-Authen-NTLM |
38 |
.endif |
39 |
|
22 |
do-extract: |
40 |
do-extract: |
23 |
@${RM} -rf ${WRKDIR} |
41 |
@${RM} -rf ${WRKDIR} |
24 |
@${MKDIR} ${WRKSRC} |
42 |
@${MKDIR} ${WRKSRC} |
Lines 33-36
Link Here
|
33 |
${DESTDIR}${PREFIX}/bin/${PORTNAME} |
51 |
${DESTDIR}${PREFIX}/bin/${PORTNAME} |
34 |
@${CAT} ${PKGMESSAGE} |
52 |
@${CAT} ${PKGMESSAGE} |
35 |
|
53 |
|
36 |
.include <bsd.port.mk> |
54 |
.include <bsd.port.post.mk> |