# Copyright 1999-2005 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.48.ebuild,v 1.14 2005/07/01 01:47:05 kumba Exp $ inherit perl-module DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module" SRC_URI="mirror://cpan/authors/id/C/CR/CREIN/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/~crein/${P}/" SLOT="0" LICENSE="Artistic" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 mips" IUSE="" #SRC_TEST="do" DEPEND="perl-core/Digest-MD5 dev-perl/Digest-HMAC perl-core/MIME-Base64 || ( perl-core/Test-Simple >=dev-lang/perl-5.8.0-r12 )" mydoc="TODO" src_compile() { echo "n" | perl-module_src_compile }