blob: 1fe25d5a19f3ef313866d59888f2537b76463e0e (
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
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-DNS/Net-DNS-0.65.ebuild,v 1.1 2009/01/27 10:15:12 tove Exp $
MODULE_AUTHOR=OLAF
inherit perl-module
DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="ipv6 test"
RDEPEND="virtual/perl-Digest-MD5
dev-perl/Digest-HMAC
dev-perl/Net-IP
ipv6? ( dev-perl/IO-Socket-INET6 )
virtual/perl-MIME-Base64
dev-lang/perl"
DEPEND="${RDEPEND}
test? ( virtual/perl-Test-Simple
dev-perl/Test-Pod )"
SRC_TEST="do"
mydoc="TODO"
myconf="--no-online-tests"
|