1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

* unbreak build

* require perl5.6 or later (XS is written in new style)

Pointed by:	pointyhat (kris)
This commit is contained in:
Sergey Skvortsov 2005-09-30 17:35:39 +00:00
parent 8d791db05d
commit ef33edd1aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143869

View File

@ -18,7 +18,14 @@ COMMENT= Interface to pcap(3) LBL packet capture library
BUILD_DEPENDS+= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" LIBS="-I${LOCALBASE}/lib -lpcap"
MAN3= Net::Pcap.3
.include <bsd.port.mk>
.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>