aboutsummaryrefslogtreecommitdiff
path: root/irc/weechat-devel
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-07-25 07:27:23 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-07-25 07:27:23 +0000
commit661a9d89fbf7f448c784790c8f39c1466ce8359c (patch)
tree040dce444dcfb621d935369c6653c66af78e0127 /irc/weechat-devel
parent86b2339724300ef6391cf738ac72240ed83809fc (diff)
downloadports-661a9d89fbf7f448c784790c8f39c1466ce8359c.tar.gz
ports-661a9d89fbf7f448c784790c8f39c1466ce8359c.zip
- Use USE_PERL5 correctly
- Remove 4.X leftovers - Remove old Perl support PR: ports/114849 Submitted by: gabor Approved by: maintainer (az, via irc)
Notes
Notes: svn path=/head/; revision=196253
Diffstat (limited to 'irc/weechat-devel')
-rw-r--r--irc/weechat-devel/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile
index a6319edfcd4d..08c53e32d36d 100644
--- a/irc/weechat-devel/Makefile
+++ b/irc/weechat-devel/Makefile
@@ -80,23 +80,13 @@ LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --disable-gnu-tls
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= this port does not compile on FreeBSD 4.x.
-.endif
-
.if defined(WITH_PERL)
-.if ${PERL_LEVEL} < 500600
-IGNORE= this port requires perl 5.6.0 or later, Install lang/perl5 then try again
-.else
CONFIGURE_ARGS+= --enable-perl
-USE_PERL= yes
+USE_PERL5= yes
PLIST_SUB+= PERL=""
-.endif
.else
CONFIGURE_ARGS+= --disable-perl
PLIST_SUB+= PERL="@comment "
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>