diff options
Diffstat (limited to 'dev-perl/Net-SSH-Any/Net-SSH-Any-0.40.0.ebuild')
-rw-r--r-- | dev-perl/Net-SSH-Any/Net-SSH-Any-0.40.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Net-SSH-Any/Net-SSH-Any-0.40.0.ebuild b/dev-perl/Net-SSH-Any/Net-SSH-Any-0.40.0.ebuild new file mode 100644 index 000000000000..6b111f41ac2e --- /dev/null +++ b/dev-perl/Net-SSH-Any/Net-SSH-Any-0.40.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=SALVA +DIST_VERSION=0.04 +inherit perl-module + +DESCRIPTION="Use any SSH module" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="test" # All tests require SSH server + Test::SSH at present + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" |