blob: c59aeee0985464c989d26dfc0d7c1ededdc683cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=GTERMARS
DIST_VERSION=0.16
inherit perl-module
DESCRIPTION="XS based JavaScript minifier"
SLOT="0"
KEYWORDS="amd64 ~riscv ~x86"
BDEPEND="${RDEPEND}
test? (
>=dev-perl/Test-DiagINC-0.2.0
)
"
|