aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-PcapUtils
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2005-09-30 17:47:47 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2005-09-30 17:47:47 +0000
commit37977bb866e0159ef0caaf4b9023b40fafd3c536 (patch)
tree27f2329c9a74fadca8d1c5e45c27037005a1ef8d /net/p5-Net-PcapUtils
parent88aa08202e8ef37da29f6a2df415c8cae34fca7e (diff)
downloadports-37977bb866e0159ef0caaf4b9023b40fafd3c536.tar.gz
ports-37977bb866e0159ef0caaf4b9023b40fafd3c536.zip
Notes
Diffstat (limited to 'net/p5-Net-PcapUtils')
-rw-r--r--net/p5-Net-PcapUtils/Makefile25
-rw-r--r--net/p5-Net-PcapUtils/distinfo2
-rw-r--r--net/p5-Net-PcapUtils/pkg-descr6
-rw-r--r--net/p5-Net-PcapUtils/pkg-plist5
4 files changed, 38 insertions, 0 deletions
diff --git a/net/p5-Net-PcapUtils/Makefile b/net/p5-Net-PcapUtils/Makefile
new file mode 100644
index 000000000000..ddbe667667bf
--- /dev/null
+++ b/net/p5-Net-PcapUtils/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: Net-PcapUtils
+# Date created: 30 September 2005
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-PcapUtils
+PORTVERSION= 0.01
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+COMMENT= Utility routines for Net::Pcap module
+
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/Pcap.pm:${PORTSDIR}/net/p5-Net-Pcap
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Net::PcapUtils.3
+
+.include <bsd.port.mk>
diff --git a/net/p5-Net-PcapUtils/distinfo b/net/p5-Net-PcapUtils/distinfo
new file mode 100644
index 000000000000..342212753e5a
--- /dev/null
+++ b/net/p5-Net-PcapUtils/distinfo
@@ -0,0 +1,2 @@
+MD5 (Net-PcapUtils-0.01.tar.gz) = eeba67266dbe155b504df3c2de1d657f
+SIZE (Net-PcapUtils-0.01.tar.gz) = 4370
diff --git a/net/p5-Net-PcapUtils/pkg-descr b/net/p5-Net-PcapUtils/pkg-descr
new file mode 100644
index 000000000000..a84d2a378637
--- /dev/null
+++ b/net/p5-Net-PcapUtils/pkg-descr
@@ -0,0 +1,6 @@
+Net::PcapUtils is a module to sit in front of Net::Pcap in order to hide
+some of the pcap(3) initialisation by providing sensible defaults. This
+enables a programmer to easily write small, specific scripts for a
+particular purpose without having to worry about too many details.
+
+WWW: http://search.cpan.org/dist/Net-PcapUtils/
diff --git a/net/p5-Net-PcapUtils/pkg-plist b/net/p5-Net-PcapUtils/pkg-plist
new file mode 100644
index 000000000000..d989b53e2bd4
--- /dev/null
+++ b/net/p5-Net-PcapUtils/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/PcapUtils/.packlist
+%%SITE_PERL%%/Net/PcapUtils.pm
+@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/PcapUtils
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true