summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-12 22:41:42 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-12 22:49:22 +0200
commit77c154bf5da3bfbed1a1a38b84c7b574af3e0be8 (patch)
treeba167edfc3aa8b295a51e0f597482b9387fcecf6 /dev-perl/Net-Ident/Net-Ident-1.250.0.ebuild
parentdev-ml/ppx_sexp_conv: take maintainership (diff)
downloadgentoo-77c154bf5da3bfbed1a1a38b84c7b574af3e0be8.tar.gz
gentoo-77c154bf5da3bfbed1a1a38b84c7b574af3e0be8.tar.bz2
gentoo-77c154bf5da3bfbed1a1a38b84c7b574af3e0be8.zip
dev-perl/Net-Ident: Version bump 1.25
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/Net-Ident/Net-Ident-1.250.0.ebuild')
-rw-r--r--dev-perl/Net-Ident/Net-Ident-1.250.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Net-Ident/Net-Ident-1.250.0.ebuild b/dev-perl/Net-Ident/Net-Ident-1.250.0.ebuild
new file mode 100644
index 000000000000..54169ff11e69
--- /dev/null
+++ b/dev-perl/Net-Ident/Net-Ident-1.250.0.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=TODDR
+DIST_VERSION=1.25
+inherit perl-module
+
+DESCRIPTION="lookup the username on the remote end of a TCP/IP connection"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ virtual/perl-Socket
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-IO
+ virtual/perl-Test-Simple
+ )
+"