summaryrefslogtreecommitdiff
path: root/irc/epic5
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-08 01:12:10 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-08 01:12:10 +0000
commit9839011ec3910790376ce9ace5e2a1c5bcb2781f (patch)
tree41c61966bf1404bd3cfce06493a35d6a1a4acfc6 /irc/epic5
parentRemove support for antique perl. (diff)
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
Notes
Notes: svn path=/head/; revision=199069
Diffstat (limited to 'irc/epic5')
-rw-r--r--irc/epic5/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
index 5f8bb6091250..44bc0d6281d8 100644
--- a/irc/epic5/Makefile
+++ b/irc/epic5/Makefile
@@ -53,9 +53,6 @@ CONFIGURE_ARGS+= --without-tcl
# SITE_PERL and PERL_VER to create the path.
#
.if defined(WITH_PERL)
-.if ${PERL_LEVEL} < 500601
-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
.endif