blob: 3cd604ff21502c1807f98b236f0693f2fbee8ae4 [file] [log] [blame]
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=RCAPUTO
MODULE_VERSION=1.053
inherit perl-module
DESCRIPTION='Non-blocking, parallel DNS client'
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=dev-perl/Net-DNS-0.650.0
>=dev-perl/POE-1.294.0
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
>=virtual/perl-Test-Simple-0.960.0
>=dev-perl/Test-NoWarnings-1.20.0
)
"
SRC_TEST="do"