summaryrefslogtreecommitdiff
path: root/dev-perl/Sereal-Decoder/Sereal-Decoder-3.15.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Sereal-Decoder/Sereal-Decoder-3.15.0.ebuild')
-rw-r--r--dev-perl/Sereal-Decoder/Sereal-Decoder-3.15.0.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/Sereal-Decoder/Sereal-Decoder-3.15.0.ebuild b/dev-perl/Sereal-Decoder/Sereal-Decoder-3.15.0.ebuild
new file mode 100644
index 000000000000..e9a92b93de28
--- /dev/null
+++ b/dev-perl/Sereal-Decoder/Sereal-Decoder-3.15.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=YVES
+DIST_VERSION=3.015
+inherit perl-module
+
+DESCRIPTION="Fast, compact, powerful binary deserialization"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-7.0
+ >=virtual/perl-ExtUtils-ParseXS-2.210.0
+ virtual/perl-File-Path
+ test? (
+ virtual/perl-Data-Dumper
+ virtual/perl-File-Spec
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Test-LongString
+ >=virtual/perl-Test-Simple-0.880.0
+ dev-perl/Test-Warn
+ )
+"