diff options
Diffstat (limited to 'dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.20.0.ebuild')
-rw-r--r-- | dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.20.0.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.20.0.ebuild b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.20.0.ebuild new file mode 100644 index 000000000000..f62333e20718 --- /dev/null +++ b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.20.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=NLNETLABS +DIST_VERSION=1.02 +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.140.0 + >=dev-perl/Crypt-OpenSSL-RSA-0.270.0 + >=virtual/perl-File-Spec-0.860.0 + >=virtual/perl-MIME-Base64-2.110.0 + >=dev-perl/Net-DNS-1.10.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.470.0 + ) +" |