View | Details | Raw Unified | Return to bug 97115
Collapse All | Expand All

(-)Makefile (-3 / +9 lines)
Lines 16-23 Link Here
16
MAINTAINER=	mat@FreeBSD.org
16
MAINTAINER=	mat@FreeBSD.org
17
COMMENT=	Perl5 modules to access and use network protocols
17
COMMENT=	Perl5 modules to access and use network protocols
18
18
19
RUN_DEPENDS=	${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL \
19
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
20
		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
21
20
22
PERL_CONFIGURE=	yes
21
PERL_CONFIGURE=	yes
23
CONFIGURE_ARGS=	< /dev/null
22
CONFIGURE_ARGS=	< /dev/null
Lines 33-36 Link Here
33
		Net::Time.3 \
32
		Net::Time.3 \
34
		Net::libnetFAQ.3
33
		Net::libnetFAQ.3
35
34
36
.include <bsd.port.mk>
35
.include <bsd.port.pre.mk>
36
37
# Authen-SASL is not available under perl 5.005_03
38
.if ${PERL_LEVEL} >= 500600
39
RUN_DEPENDS+=	${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL
40
.endif
41
42
.include <bsd.port.post.mk>

Return to bug 97115