# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bruce A. Locke # /space/gentoo/cvsroot/gentoo-x86/dev-perl/Net-DNS/Net-DNS-0.19.ebuild,v 1.2 2002/05/21 18:14:07 danarmak Exp inherit perl-module S=${WORKDIR}/${P} DESCRIPTION="Perl Net::DNS - Perl DNS Resolver Module" SRC_URI="http://www.fuhr.org/~mfuhr/perldns/${P}.tar.gz" HOMEPAGE="http://www.fuhr.org/~mfuhr/perldns/" mydoc="TODO" newdepend "dev-perl/Digest-HMAC dev-perl/MIME-Base64" src_compile() { base_src_compile make test || die "Tests didn't work out" }