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.
31 lines
661 B
31 lines
661 B
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
DIST_AUTHOR=WROG
|
|
DIST_VERSION=1.20
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Libraries shared between Net::OpenID::Consumer and Net::OpenID::Server"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~x86"
|
|
IUSE="test"
|
|
|
|
RDEPEND="
|
|
>=dev-perl/Crypt-DH-GMP-0.0.110
|
|
virtual/perl-Encode
|
|
>=dev-perl/HTML-Parser-3.400.0
|
|
>=dev-perl/HTTP-Message-5.814.0
|
|
virtual/perl-MIME-Base64
|
|
virtual/perl-Math-BigInt
|
|
virtual/perl-Time-Local
|
|
dev-perl/XML-Simple
|
|
!<dev-perl/Net-OpenID-Consumer-1.30.99
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? ( virtual/perl-Test-Simple )
|
|
"
|