summaryrefslogtreecommitdiff
blob: 69b335bcaa96b10df00900d1c58ecff31cd738ad (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
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

MODULE_AUTHOR=PEVANS
MODULE_VERSION=0.21
inherit perl-module

DESCRIPTION="RFC 2553's getaddrinfo and getnameinfo functions"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
comment() { echo ''; }
RDEPEND="
	$(comment virtual/perl-Exporter-5.570.0)
	virtual/perl-XSLoader
"
DEPEND="${RDEPEND}
	$(comment Configure -- )
	>=dev-perl/ExtUtils-CChecker-0.60.0
	virtual/perl-ExtUtils-CBuilder
	$(comment Build -- )
	>=dev-perl/ExtUtils-CChecker-0.60.0
	virtual/perl-ExtUtils-CBuilder
	virtual/perl-Module-Build
	$(comment Module::Build::Compat from Module-Build )
	virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
	virtual/perl-Test-Simple $(comment Test::More)
"
SRC_TEST="do"