summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-15 20:07:42 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-15 20:14:28 +0200
commit4b1a1e6d57a2c9db11530cf5cce0900fd816b2db (patch)
tree5d68d6d656c0dc44753afbfd30996745896f9d1e /dev-perl/NetPacket/NetPacket-1.7.2.ebuild
parentdev-perl/Net-OpenSSH: Version bump 0.80 (diff)
downloadgentoo-4b1a1e6d57a2c9db11530cf5cce0900fd816b2db.tar.gz
gentoo-4b1a1e6d57a2c9db11530cf5cce0900fd816b2db.tar.bz2
gentoo-4b1a1e6d57a2c9db11530cf5cce0900fd816b2db.zip
dev-perl/NetPacket: Version bump 1.7.2
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/NetPacket/NetPacket-1.7.2.ebuild')
-rw-r--r--dev-perl/NetPacket/NetPacket-1.7.2.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/NetPacket/NetPacket-1.7.2.ebuild b/dev-perl/NetPacket/NetPacket-1.7.2.ebuild
new file mode 100644
index 000000000000..8c554fd08884
--- /dev/null
+++ b/dev-perl/NetPacket/NetPacket-1.7.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=YANICK
+inherit perl-module
+
+DESCRIPTION="Assemble / disassemble network packets at the protocol level"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-File-Spec
+ virtual/perl-IO
+ virtual/perl-Test-Simple
+ )
+"