diff options
Diffstat (limited to 'net/p5-Net-Pcap/Makefile')
-rw-r--r-- | net/p5-Net-Pcap/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/net/p5-Net-Pcap/Makefile b/net/p5-Net-Pcap/Makefile index bfa356af310..54c0422ada8 100644 --- a/net/p5-Net-Pcap/Makefile +++ b/net/p5-Net-Pcap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Pcap -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -17,17 +17,9 @@ COMMENT= Interface to pcap(3) LBL packet capture library BUILD_DEPENDS+= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap -BROKEN= Incomplete pkg-plist - PERL_CONFIGURE= yes CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lpcap" MAN3= Net::Pcap.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= Perl 5.6 or newer required. Install lang/perl5.8 (or lang/perl5) and try again. -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |