summaryrefslogtreecommitdiff
path: root/dev-perl/Test-Nginx/Test-Nginx-0.31.ebuild
blob: 99d3c8d9da70adb868a72e073e1cb2af701171fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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
"