diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild b/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild new file mode 100644 index 000000000000..ea54a3c9dcfe --- /dev/null +++ b/dev-perl/Data-Utilities/Data-Utilities-0.40.0-r2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=CORNELIS +DIST_VERSION=0.04 +inherit perl-module + +DESCRIPTION="Merge nested Perl data structures" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-perl/Clone-0.220.0 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.440.0 + ) +" +# Its a silly EUMM Shim +# and it doesn't work anyway without '.' in @INC +PREFER_BUILDPL=no |