diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-10-03 12:03:35 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-03 12:10:06 +1300 |
commit | 044debbc7a3518e0d0845c1f7b1710b22b76c5f4 (patch) | |
tree | 2c8cbd515bec96f104bde313c30127e15526f4a9 /dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild | |
parent | dev-perl/CPAN-DistnameInfo: Added to tree (diff) | |
download | gentoo-044debbc7a3518e0d0845c1f7b1710b22b76c5f4.tar.gz gentoo-044debbc7a3518e0d0845c1f7b1710b22b76c5f4.tar.bz2 gentoo-044debbc7a3518e0d0845c1f7b1710b22b76c5f4.zip |
dev-perl/File-Spec-Native: Add w/ version 1.4.0
Previously maintained in ::perl-experimental by Torsten Veller and
myself since Oct 2011
Required by Dist-Metadata for CPAN-Mini-Inject
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild')
-rw-r--r-- | dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild b/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild new file mode 100644 index 000000000000..5f5d0b513f6f --- /dev/null +++ b/dev-perl/File-Spec-Native/File-Spec-Native-1.4.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=RWSTAUNER +DIST_VERSION=1.004 +inherit perl-module + +DESCRIPTION="Use native OS implementation of File::Spec from a subclass" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="virtual/perl-File-Spec" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-CPAN-Meta-2.120.900 + virtual/perl-File-Temp + virtual/perl-IO + virtual/perl-Test-Simple + ) +" |