summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-01 00:36:48 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-01 00:37:09 +0200
commit10c658f0a851b2132aa7741744c51aea147f6eb2 (patch)
tree3187400a9709385f88b41d66aec21be146c8dd3a /dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.200.0.ebuild
parentdev-perl/Business-ISMN: Version bump 1.202 (diff)
downloadgentoo-10c658f0a851b2132aa7741744c51aea147f6eb2.tar.gz
gentoo-10c658f0a851b2132aa7741744c51aea147f6eb2.tar.bz2
gentoo-10c658f0a851b2132aa7741744c51aea147f6eb2.zip
dev-perl/Business-Tax-VAT-Validation: Version bump 1.20
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.200.0.ebuild')
-rw-r--r--dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.200.0.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.200.0.ebuild b/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.200.0.ebuild
new file mode 100644
index 000000000000..f96a5aba0ec1
--- /dev/null
+++ b/dev-perl/Business-Tax-VAT-Validation/Business-Tax-VAT-Validation-1.200.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=BIGPRESH
+DIST_VERSION=1.20
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="A 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}
+ virtual/perl-ExtUtils-MakeMaker
+"
+PERL_RM_FILES=(
+ "t/pod.t"
+ "t/pod-coverage.t"
+)