diff options
Diffstat (limited to 'dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild')
-rw-r--r-- | dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild new file mode 100644 index 00000000000..c4b9e704b2d --- /dev/null +++ b/dev-perl/File-Copy-Link/File-Copy-Link-0.140.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=RMBARKER +DIST_VERSION=0.140 +inherit perl-module + +DESCRIPTION="Perl extension for replacing a link by a copy of the linked file" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND=" + virtual/perl-File-Spec +" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.380.0 + test? ( + virtual/perl-File-Temp + virtual/perl-Test-Simple + ) +" |