blob: 226a82aa4105ad9a14b678881f0c7215e492e0ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SFTP-Foreign/Net-SFTP-Foreign-1.730.0.ebuild,v 1.3 2013/07/10 05:18:40 ago Exp $
EAPI=4
MODULE_AUTHOR=SALVA
MODULE_VERSION=1.73
inherit perl-module
DESCRIPTION="Net::SFTP::Foreign, Secure File Transfer Protocol client"
SLOT="0"
KEYWORDS="amd64 ~hppa ~sparc x86"
IUSE=""
#SRC_TEST=do
|