summaryrefslogtreecommitdiff
path: root/irc/epic5
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2006-02-11 02:35:14 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2006-02-11 02:35:14 +0000
commit2edb4e18ac5718d6f70776448c70ae97dff2877b (patch)
tree28e3796f5e1e506915d0fa6b1f845cdc7083be49 /irc/epic5
parentChange install location. (diff)
Convert to OPTIONS framework.
Fix misformatted IGNORE message. PR: ports/92911 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: Josh Paetzel <josh@tcbug.org> (maintainer)
Notes
Notes: svn path=/head/; revision=155699
Diffstat (limited to 'irc/epic5')
-rw-r--r--irc/epic5/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
index 177943c15c7c..8b6ecdfcfc8e 100644
--- a/irc/epic5/Makefile
+++ b/irc/epic5/Makefile
@@ -21,6 +21,10 @@ GNU_CONFIGURE= yes
MAN1= epic5.1
USE_OPENSSL= yes
+OPTIONS= IPV6 "IPv6 support" on \
+ TCL "TCL support" on \
+ PERL "Perl scripting support" off
+
.include <bsd.port.pre.mk>
## WITHOUT_IPV6: disable IPv6 support
@@ -47,7 +51,7 @@ CONFIGURE_ARGS+= --without-tcl
#
.if defined(WITH_PERL)
.if ${PERL_LEVEL} < 500601
-IGNORE= Perl 5.6.1 or newer is required; we recommend perl 5.8.5
+IGNORE= requires Perl 5.6.1 or newer; we recommend perl 5.8.5
.endif
USE_PERL5= yes
CONFIGURE_ARGS+= --with-perl=${SITE_PERL}/../../${PERL_VER}/mach/CORE