From 514d1bbe260df2521fe60f1a3ec87cfcfde1a829 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 17 Jul 2021 19:04:28 +0100 Subject: gentoo resync : 17.07.2021 --- .../Net-SFTP-Foreign-1.930.0.ebuild | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dev-perl/Net-SFTP-Foreign/Net-SFTP-Foreign-1.930.0.ebuild (limited to 'dev-perl/Net-SFTP-Foreign/Net-SFTP-Foreign-1.930.0.ebuild') diff --git a/dev-perl/Net-SFTP-Foreign/Net-SFTP-Foreign-1.930.0.ebuild b/dev-perl/Net-SFTP-Foreign/Net-SFTP-Foreign-1.930.0.ebuild new file mode 100644 index 000000000000..c31858f2d4a9 --- /dev/null +++ b/dev-perl/Net-SFTP-Foreign/Net-SFTP-Foreign-1.930.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=SALVA +DIST_VERSION=1.93 +DIST_EXAMPLES=("samples/*") +inherit perl-module + +DESCRIPTION="SSH File Transfer Protocol client" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="examples" + +RDEPEND=" + virtual/perl-Scalar-List-Utils + virtual/perl-Time-HiRes + virtual/ssh +" +BDEPEND=" + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + ) +" -- cgit v1.2.3