You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Net-DNS-SEC/Net-DNS-SEC-0.220.0.ebuild

34 lines
686 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=NLNETLABS
MODULE_VERSION=0.22
inherit perl-module
DESCRIPTION='DNSSEC extensions to Net::DNS'
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=dev-perl/Crypt-OpenSSL-Bignum-0.40.0
>=dev-perl/Crypt-OpenSSL-DSA-0.100.0
>=dev-perl/Crypt-OpenSSL-RSA-0.190.0
>=virtual/perl-Digest-SHA-5.230.0
virtual/perl-MIME-Base64
>=dev-perl/Net-DNS-0.690.0
>=virtual/perl-Test-Simple-0.470.0
virtual/perl-Time-Local
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
>=virtual/perl-Test-Simple-0.470.0
)
"
SRC_TEST="do"