# 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.49.ebuild,v 1.4 2005/05/25 15:10:35 mcummings Exp $ inherit perl-module DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module" SRC_URI="mirror://cpan/authors/id/O/OL/OLAF/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/~crein/${P}/" SLOT="0" LICENSE="Artistic" KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~ia64 ~hppa ~ppc64" 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 }