diff options
Diffstat (limited to 'dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0.ebuild')
-rw-r--r-- | dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0.ebuild b/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0.ebuild new file mode 100644 index 000000000000..a5079d8b1b41 --- /dev/null +++ b/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.200.0.ebuild,v 1.1 2013/01/17 14:22:46 flameeyes Exp $ + +EAPI=4 + +MODULE_AUTHOR="ALIAN" +MODULE_VERSION=3.2 +inherit perl-module + +DESCRIPTION="Provide Perl API for libsmbclient.so" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-lang/perl + >=net-fs/samba-3.0.20[smbclient]" +RDEPEND="${DEPEND}" + +# tests are not designed to work on a non-developer system. +RESTRICT=test |