summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Net-PcapUtils/Net-PcapUtils-0.10.0-r1.ebuild')
-rw-r--r--dev-perl/Net-PcapUtils/Net-PcapUtils-0.10.0-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Net-PcapUtils/Net-PcapUtils-0.10.0-r1.ebuild b/dev-perl/Net-PcapUtils/Net-PcapUtils-0.10.0-r1.ebuild
new file mode 100644
index 000000000000..44ba260fb236
--- /dev/null
+++ b/dev-perl/Net-PcapUtils/Net-PcapUtils-0.10.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=TIMPOTTER
+MODULE_VERSION=0.01
+inherit perl-module
+
+DESCRIPTION="Perl Net::PcapUtils - Net::Pcap library utils"
+
+SLOT="0"
+KEYWORDS="amd64 ppc x86"
+IUSE=""
+
+RDEPEND="dev-perl/Net-Pcap"
+DEPEND="${RDEPEND}"