summaryrefslogtreecommitdiff
blob: e3da381aecac089eef9b86f1145dc98bd90aff4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=SHLOMIF
DIST_VERSION=0.09
DIST_EXAMPLES=("examples/*")
inherit perl-module

DESCRIPTION="Perl extension for 32 bit Jenkins Hashing Algorithm"

LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

# https://rt.cpan.org/Ticket/Display.html?id=118830
PERL_RM_FILES=(	"Changes~" "dist.ini~" "lib/Digest/JHash.pm~"
				"t/pod.t" "t/cpan-changes.t" "t/pod_coverage.t" )
RDEPEND="
	virtual/perl-Exporter
	virtual/perl-XSLoader
"
DEPEND="
	${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
	test? (
		virtual/perl-File-Spec
		virtual/perl-File-Temp
		virtual/perl-IO
		virtual/perl-Test
		virtual/perl-Test-Simple
	)
"