summaryrefslogtreecommitdiff
path: root/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.60.0.ebuild
blob: 2d0cfcf57a3b78065c6343dab0b22022175dd6d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=BPS
DIST_VERSION=0.06
inherit perl-module

DESCRIPTION="Perl module for concise attribute rewriting"

SLOT="0"
KEYWORDS="amd64 ~riscv ~x86"

RDEPEND="
	dev-perl/URI
	dev-perl/HTML-Tagset
	dev-perl/HTML-Parser
"
BDEPEND="${RDEPEND}"