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

(-)Makefile (-2 / +6 lines)
Lines 21-32 Link Here
21
MAINTAINER=	josh@tcbug.org
21
MAINTAINER=	josh@tcbug.org
22
COMMENT=	The (E)nhanced (P)rogrammable (I)RC-II (C)lient
22
COMMENT=	The (E)nhanced (P)rogrammable (I)RC-II (C)lient
23
23
24
CONFLICTS=	epic5-*
24
CONFLICTS=	epic5-[0-9]*
25
25
26
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
27
MAN1=		epic.1
27
MAN1=		epic.1
28
USE_OPENSSL=	yes
28
USE_OPENSSL=	yes
29
29
30
OPTIONS=	IPV6 "IPv6 support" off
31
OPTIONS+=	TCL "TCL support" on
32
OPTIONS+=	PERL "Perl scripting support" off
33
30
.include <bsd.port.pre.mk>
34
.include <bsd.port.pre.mk>
31
35
32
##  WITHOUT_IPV6:   disable IPv6 support
36
##  WITHOUT_IPV6:   disable IPv6 support
Lines 51-57 Link Here
51
#
55
#
52
.if defined(WITH_PERL)
56
.if defined(WITH_PERL)
53
.if ${PERL_LEVEL} < 500601
57
.if ${PERL_LEVEL} < 500601
54
IGNORE=		"Perl 5.6.1 or newer is required; we recommend perl 5.8.5"
58
IGNORE=		requires perl 5.6.1 or newer; we recommend perl 5.8.5
55
.endif
59
.endif
56
USE_PERL5=	yes
60
USE_PERL5=	yes
57
CONFIGURE_ARGS+=	--with-perl=${SITE_PERL}/../../${PERL_VER}/mach/CORE
61
CONFIGURE_ARGS+=	--with-perl=${SITE_PERL}/../../${PERL_VER}/mach/CORE

Return to bug 92925