summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-01 00:39:04 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-01 00:39:04 +0200
commitef0a8fdf0854f89e1c34e448e9eac167c3968d47 (patch)
tree8b8ad49b14bc7ec56550696b91145e3060509378 /dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild
parentdev-perl/Business-Tax-VAT-Validation: Version bump 1.20 (diff)
downloadgentoo-ef0a8fdf0854f89e1c34e448e9eac167c3968d47.tar.gz
gentoo-ef0a8fdf0854f89e1c34e448e9eac167c3968d47.tar.bz2
gentoo-ef0a8fdf0854f89e1c34e448e9eac167c3968d47.zip
dev-perl/Business-UPS: Version bump 2.02
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-UPS/Business-UPS-2.20.0.ebuild')
-rw-r--r--dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild b/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild
new file mode 100644
index 000000000000..dd3943fc1b00
--- /dev/null
+++ b/dev-perl/Business-UPS/Business-UPS-2.20.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TODDR
+DIST_VERSION=2.02
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="A UPS Interface Module"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-perl/libwww-perl"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"