mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
30 lines
470 B
Bash
30 lines
470 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=BIGPRESH
|
|
DIST_VERSION=1.24
|
|
DIST_EXAMPLES=("examples/*")
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Class for European VAT numbers validation"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RDEPEND="
|
|
>=dev-perl/HTTP-Message-1.0.0
|
|
dev-perl/JSON
|
|
>=dev-perl/libwww-perl-1.0.0
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
"
|
|
|
|
PERL_RM_FILES=(
|
|
"t/pod.t"
|
|
"t/pod-coverage.t"
|
|
)
|