diff options
author | markd <markd@pkgsrc.org> | 2016-08-25 00:04:58 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-08-25 00:04:58 +0000 |
commit | 78dd96d62c94100e49aa3b83150939c8f17f23a6 (patch) | |
tree | ee5d0ead73c9535ea4609516c47072a646dffd9e /time | |
parent | df5706776d90948f632eafeff7f9765346e37673 (diff) | |
download | pkgsrc-78dd96d62c94100e49aa3b83150939c8f17f23a6.tar.gz |
Add p5-Business-Hours 0.12
This module is a simple tool for calculating business hours in a time
period.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Business-Hours/DESCR | 2 | ||||
-rw-r--r-- | time/p5-Business-Hours/Makefile | 18 | ||||
-rw-r--r-- | time/p5-Business-Hours/distinfo | 6 |
3 files changed, 26 insertions, 0 deletions
diff --git a/time/p5-Business-Hours/DESCR b/time/p5-Business-Hours/DESCR new file mode 100644 index 00000000000..d207c5d40ef --- /dev/null +++ b/time/p5-Business-Hours/DESCR @@ -0,0 +1,2 @@ +This module is a simple tool for calculating business hours in a time +period. diff --git a/time/p5-Business-Hours/Makefile b/time/p5-Business-Hours/Makefile new file mode 100644 index 00000000000..9718f6c9553 --- /dev/null +++ b/time/p5-Business-Hours/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2016/08/25 00:04:58 markd Exp $ + +DISTNAME= Business-Hours-0.12 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RU/RUZ/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Business-Hours +COMMENT= Calculate business hours in a time period +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Set-IntSpan>=1.12:../../devel/p5-Set-IntSpan + +PERL5_PACKLIST= auto/Business/Hours/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Business-Hours/distinfo b/time/p5-Business-Hours/distinfo new file mode 100644 index 00000000000..82b469f73ab --- /dev/null +++ b/time/p5-Business-Hours/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/08/25 00:04:58 markd Exp $ + +SHA1 (Business-Hours-0.12.tar.gz) = e573e38e2be7a4e4bc69454632ae6f4282d59e4f +RMD160 (Business-Hours-0.12.tar.gz) = 0c1fcd8b9a8cdc486baa8cbaea9962c60bd48015 +SHA512 (Business-Hours-0.12.tar.gz) = 6d2c5fc1d5ddcc0263c24cbc0fc3536bbd19bf24976087c959e4649200c32df13d8ef66298f2e077566e4d8951b07b0461cf2740e32c425552443adef3881745 +Size (Business-Hours-0.12.tar.gz) = 16021 bytes |