gentoo/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.240.0.ebuild
Sam James 3bd5dadd37
dev-perl/Business-Tax-VAT-Validation: update DESCRIPTION
Signed-off-by: Sam James <sam@gentoo.org>
2025-08-12 03:21:31 +01:00

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"
)