diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-09-26 12:31:28 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-09-26 12:31:28 +0000 |
commit | ed44cf9df1027f44ea7a576de00683370a73eace (patch) | |
tree | 2634cfd7b14feaec63a1176a7f7ec8da2d0b6013 /net/p5-Net-Pcap | |
parent | 6e339f4620f0915d802118cc2eeec11d440cf7e3 (diff) | |
download | ports-ed44cf9df1027f44ea7a576de00683370a73eace.tar.gz ports-ed44cf9df1027f44ea7a576de00683370a73eace.zip |
Notes
Diffstat (limited to 'net/p5-Net-Pcap')
-rw-r--r-- | net/p5-Net-Pcap/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-Pcap/distinfo | 4 | ||||
-rw-r--r-- | net/p5-Net-Pcap/pkg-plist | 1 |
3 files changed, 6 insertions, 3 deletions
diff --git a/net/p5-Net-Pcap/Makefile b/net/p5-Net-Pcap/Makefile index d15f099e4218..ed4f82bdd569 100644 --- a/net/p5-Net-Pcap/Makefile +++ b/net/p5-Net-Pcap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Pcap -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Interface to pcap(3) LBL packet capture library +BUILD_DEPENDS+= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap + PERL_CONFIGURE= yes MAN3= Net::Pcap.3 diff --git a/net/p5-Net-Pcap/distinfo b/net/p5-Net-Pcap/distinfo index 03404919d07f..c806895ffe74 100644 --- a/net/p5-Net-Pcap/distinfo +++ b/net/p5-Net-Pcap/distinfo @@ -1,2 +1,2 @@ -MD5 (Net-Pcap-0.06.tar.gz) = 42ba3779d75bc1df393acac49519eb59 -SIZE (Net-Pcap-0.06.tar.gz) = 17305 +MD5 (Net-Pcap-0.07.tar.gz) = 0111161fbb6399f3a4ed260930c3fb24 +SIZE (Net-Pcap-0.07.tar.gz) = 59093 diff --git a/net/p5-Net-Pcap/pkg-plist b/net/p5-Net-Pcap/pkg-plist index 42a04751efcf..970c8f3558ca 100644 --- a/net/p5-Net-Pcap/pkg-plist +++ b/net/p5-Net-Pcap/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Net/Pcap.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Pcap/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Pcap/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Pcap/Pcap.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Pcap/Pcap.so @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Pcap |