gentoo/dev-perl/HTML-RewriteAttributes/HTML-RewriteAttributes-0.60.0.ebuild
Sam James c4221a5e3e
dev-perl/HTML-RewriteAttributes: add 0.60.0
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-11 03:30:38 +01:00

21 lines
358 B
Bash

# 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}"