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

(-)epic5/Makefile (-1 / +5 lines)
Lines 21-26 Link Here
21
MAN1=		epic5.1
21
MAN1=		epic5.1
22
USE_OPENSSL=	yes
22
USE_OPENSSL=	yes
23
23
24
OPTIONS=	IPV6 "IPv6 support" off
25
OPTIONS+=	TCL "TCL support" on
26
OPTIONS+=	PERL "Perl scripting support" off
27
24
.include <bsd.port.pre.mk>
28
.include <bsd.port.pre.mk>
25
29
26
##  WITHOUT_IPV6:   disable IPv6 support
30
##  WITHOUT_IPV6:   disable IPv6 support
Lines 47-53 Link Here
47
#
51
#
48
.if defined(WITH_PERL)
52
.if defined(WITH_PERL)
49
.if ${PERL_LEVEL} < 500601
53
.if ${PERL_LEVEL} < 500601
50
IGNORE=		Perl 5.6.1 or newer is required; we recommend perl 5.8.5
54
IGNORE=		requires Perl 5.6.1 or newer; we recommend perl 5.8.5
51
.endif
55
.endif
52
USE_PERL5=	yes
56
USE_PERL5=	yes
53
CONFIGURE_ARGS+=	--with-perl=${SITE_PERL}/../../${PERL_VER}/mach/CORE
57
CONFIGURE_ARGS+=	--with-perl=${SITE_PERL}/../../${PERL_VER}/mach/CORE

Return to bug 92911