summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-03-19 18:22:17 +1300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-03-19 23:41:50 +0100
commit3724b0929f2f766fbfbab3b16b838b283ea36414 (patch)
tree852a9e3b0daba6d28a755da3e72fdb5ee16cc32d /dev-perl/Struct-Compare/Struct-Compare-1.0.1.ebuild
parentdev-perl/Perl-Tags: Bumped to version 0.320.0 (diff)
downloadgentoo-3724b0929f2f766fbfbab3b16b838b283ea36414.tar.gz
gentoo-3724b0929f2f766fbfbab3b16b838b283ea36414.tar.bz2
gentoo-3724b0929f2f766fbfbab3b16b838b283ea36414.zip
dev-perl/Struct-Compare: Added to tree at 1.0.1
Required for pending dev-perl/Passwd-Unix Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl/Struct-Compare/Struct-Compare-1.0.1.ebuild')
-rw-r--r--dev-perl/Struct-Compare/Struct-Compare-1.0.1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Struct-Compare/Struct-Compare-1.0.1.ebuild b/dev-perl/Struct-Compare/Struct-Compare-1.0.1.ebuild
new file mode 100644
index 000000000000..2b378908e091
--- /dev/null
+++ b/dev-perl/Struct-Compare/Struct-Compare-1.0.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=ZENSPIDER
+inherit perl-module
+
+DESCRIPTION="Recursive diff for perl structures"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"