Import math/p5-Business-Hours.
This module is a simple tool for calculating business hours in a time period. Over time, additional functionality will be added to make it easy to calculate the number of business hours between arbitrary dates. OK and input from benoit@, sthen@, tsg@
This commit is contained in:
parent
f3ead3b73d
commit
082f8933e8
15
math/p5-Business-Hours/Makefile
Normal file
15
math/p5-Business-Hours/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2017/05/19 07:37:00 pirofti Exp $
|
||||
|
||||
COMMENT = calculate business hours in a time period
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = Business-Hours-0.12
|
||||
CATEGORIES = math
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
RUN_DEPENDS = math/p5-Set-IntSpan
|
||||
|
||||
.include <bsd.port.mk>
|
2
math/p5-Business-Hours/distinfo
Normal file
2
math/p5-Business-Hours/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Business-Hours-0.12.tar.gz) = 2z9i82zuLj1e0OaP/KP2O6Hbq1/EXU1XEKGHio54hZU=
|
||||
SIZE (Business-Hours-0.12.tar.gz) = 16021
|
3
math/p5-Business-Hours/pkg/DESCR
Normal file
3
math/p5-Business-Hours/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
This module is a simple tool for calculating business hours in a time period.
|
||||
Over time, additional functionality will be added to make it easy to calculate
|
||||
the number of business hours between arbitrary dates.
|
4
math/p5-Business-Hours/pkg/PLIST
Normal file
4
math/p5-Business-Hours/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/05/19 07:37:00 pirofti Exp $
|
||||
${P5SITE}/Business/
|
||||
${P5SITE}/Business/Hours.pm
|
||||
@man man/man3p/Business::Hours.3p
|
Loading…
x
Reference in New Issue
Block a user