diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
commit | 9839011ec3910790376ce9ace5e2a1c5bcb2781f (patch) | |
tree | 41c61966bf1404bd3cfce06493a35d6a1a4acfc6 /net/wping | |
parent | 41a56135d1e8a68844e4c575702cdbad451d7322 (diff) | |
download | ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.tar.gz ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.zip |
Notes
Diffstat (limited to 'net/wping')
-rw-r--r-- | net/wping/Makefile | 12 |
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> |