summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Test-File/Test-File-1.442.0.ebuild')
-rw-r--r--dev-perl/Test-File/Test-File-1.442.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Test-File/Test-File-1.442.0.ebuild b/dev-perl/Test-File/Test-File-1.442.0.ebuild
new file mode 100644
index 000000000000..0416b7d239a9
--- /dev/null
+++ b/dev-perl/Test-File/Test-File-1.442.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=BDFOY
+DIST_VERSION=1.442
+inherit perl-module
+
+DESCRIPTION="Test file attributes"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+ test? (
+ >=virtual/perl-Test-Simple-0.950.0
+ dev-perl/Test-utf8
+ )
+"