gentoo/dev-perl/Test-Nginx/Test-Nginx-0.31.ebuild
Sam James 1b9b277ebf
dev-perl/Test-Nginx: Stabilize 0.31 amd64, #966829
Signed-off-by: Sam James <sam@gentoo.org>
2025-11-29 16:05:39 +00:00

34 lines
888 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=AGENT
inherit perl-module
MY_PN="test-nginx"
DESCRIPTION="Data-driven test scaffold for NGINX and OpenResty"
HOMEPAGE+=" https://github.com/openresty/test-nginx"
SRC_URI="https://github.com/openresty/test-nginx/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm64"
# The following packages in the dev-perl category provide the required Perl
# modules that Test-Nginx depends on:
# (1) libwww-perl provides LWP::UserAgent,
# (2) HTTP-Message provides HTTP::Response,
# (3) URI provides URI::Escape.
RDEPEND="
dev-perl/HTTP-Message
dev-perl/IPC-Run
dev-perl/List-MoreUtils
dev-perl/Test-Base
dev-perl/Test-LongString
dev-perl/Text-Diff
dev-perl/URI
dev-perl/libwww-perl
"