modified: app-metrics/glpi-agent/Manifest modified: app-metrics/glpi-agent/glpi-agent-1.4.ebuild new file: dev-perl/HTTP-Proxy/HTTP-Proxy-0.304.ebuild new file: dev-perl/HTTP-Proxy/Manifest new file: dev-perl/HTTP-Server-Simple-Authen/HTTP-Server-Simple-Authen-0.04.ebuild new file: dev-perl/HTTP-Server-Simple-Authen/Manifest
28 lines
648 B
Bash
28 lines
648 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=MIYAGAWA
|
|
DIST_VERSION=0.04
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Authentication plugin for HTTP::Server::Simple"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
|
|
|
RDEPEND="
|
|
dev-perl/HTTP-Server-Simple
|
|
dev-perl/Authen-Simple-Passwd
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? ( virtual/perl-Test-Simple )
|
|
"
|
|
|
|
src_test() {
|
|
perl_rm_files t/02pod.t t/03podcoverage.t
|
|
perl-module_src_test
|
|
}
|