aboutsummaryrefslogtreecommitdiff
path: root/net/wping
diff options
context:
space:
mode:
Diffstat (limited to 'net/wping')
-rw-r--r--net/wping/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/net/wping/Makefile b/net/wping/Makefile
index 5266d29bb9a2..e8db5844175e 100644
--- a/net/wping/Makefile
+++ b/net/wping/Makefile
@@ -17,6 +17,7 @@ COMMENT= A Web-based graphical ping log
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
+USE_PERL5= 5.8.0+
USE_BZIP2= yes
NO_BUILD= yes
@@ -24,13 +25,4 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/wping.pl ${PREFIX}/bin/wping
${INSTALL_DATA} ${WRKSRC}/wping.conf ${PREFIX}/etc/wping.conf.sample
-.include <bsd.port.pre.mk>
-
-##
-## this port requires PERL 5.8.x or later
-##
-.if ${PERL_LEVEL} < 500800
-IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>