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.
39 lines
716 B
39 lines
716 B
# Copyright 1999-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=MSCHOUT
|
|
DIST_VERSION=3.31
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Perl Authentication and Authorization via cookies"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RDEPEND="
|
|
>=www-apache/mod_perl-2
|
|
virtual/perl-Carp
|
|
>=dev-perl/Class-Load-0.30.0
|
|
virtual/perl-Encode
|
|
dev-perl/HTTP-Body
|
|
dev-perl/Hash-MultiValue
|
|
dev-perl/WWW-Form-UrlEncoded
|
|
>=dev-perl/URI-1.360.0
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? (
|
|
>=dev-perl/Apache-Test-1.390.0
|
|
>=virtual/perl-Test-Simple-0.940.0
|
|
!www-apache/mpm_itk
|
|
)
|
|
"
|
|
|
|
src_test() {
|
|
perl_rm_files t/author-* t/signature.t
|
|
perl-module_src_test
|
|
}
|