summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-09 17:36:42 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-09 17:53:49 +0200
commit5ad18f315138f2017ea6d005d24db3279f654642 (patch)
treeaa8987a45267daaf5abbc3ef3f17b58ad82ce14c /dev-perl/Business-Hours/Business-Hours-0.130.0-r1.ebuild
parentdev-perl/Browser-Open: EAPI=8 bump (diff)
downloadgentoo-5ad18f315138f2017ea6d005d24db3279f654642.tar.gz
gentoo-5ad18f315138f2017ea6d005d24db3279f654642.tar.bz2
gentoo-5ad18f315138f2017ea6d005d24db3279f654642.zip
dev-perl/Business-Hours: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Business-Hours/Business-Hours-0.130.0-r1.ebuild')
-rw-r--r--dev-perl/Business-Hours/Business-Hours-0.130.0-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Business-Hours/Business-Hours-0.130.0-r1.ebuild b/dev-perl/Business-Hours/Business-Hours-0.130.0-r1.ebuild
new file mode 100644
index 000000000000..b2435878eb84
--- /dev/null
+++ b/dev-perl/Business-Hours/Business-Hours-0.130.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BPS
+DIST_VERSION=0.13
+
+inherit perl-module
+
+DESCRIPTION="Calculate business hours in a time period"
+
+SLOT="0"
+KEYWORDS="amd64 ~x86"
+
+RDEPEND="
+ >=dev-perl/Set-IntSpan-1.120.0
+ virtual/perl-Time-Local
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"