blob: 8ec0bf6c28accaa8e6f0421db0d4577bf066276b (
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
|
# Copyright 1999-2004 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.37.ebuild,v 1.7 2004/07/14 19:44:11 agriffis Exp $
inherit perl-module
DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module"
SRC_URI="http://www.net-dns.org/download/${P}.tar.gz"
HOMEPAGE="http://www.fuhr.org/~mfuhr/perldns/"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="x86 amd64 ~ppc ~sparc ~alpha"
IUSE=""
DEPEND="dev-perl/Digest-MD5
dev-perl/Digest-HMAC
dev-perl/MIME-Base64
dev-perl/Test-Simple"
mydoc="TODO"
src_compile() {
echo "n" | perl-module_src_compile
perl-module_src_test
}
|