mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-14 00:10:45 +03:00
32 lines
556 B
Bash
32 lines
556 B
Bash
# Copyright 1999-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=LEEJO
|
|
DIST_VERSION=2.11
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Another HTML code cleaner"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RDEPEND="
|
|
>=dev-perl/CSS-Packer-2.10.0
|
|
virtual/perl-Digest-SHA
|
|
>=dev-perl/JavaScript-Packer-2.10.0
|
|
>=dev-perl/Regexp-RegGrp-1.1.1_rc
|
|
dev-perl/Safe-Isa
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? ( virtual/perl-Test-Simple )
|
|
"
|
|
|
|
src_test() {
|
|
perl_rm_files t/pod.t
|
|
perl-module_src_test
|
|
}
|