diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-12-26 13:52:00 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-12-26 13:52:34 +0100 |
commit | 04a6fca038b33298afc0078db19b0459ab9e421d (patch) | |
tree | 1e9094dff002dc580c144c41996e2d606a0b04a4 /dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.20.0.ebuild | |
parent | dev-perl/Net-DNS: Version bump (diff) | |
download | gentoo-04a6fca038b33298afc0078db19b0459ab9e421d.tar.gz gentoo-04a6fca038b33298afc0078db19b0459ab9e421d.tar.bz2 gentoo-04a6fca038b33298afc0078db19b0459ab9e421d.zip |
dev-perl/Net-DNS-SEC: Version bump
Package-Manager: portage-2.2.26
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 + ) +" |