082f8933e8
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@
16 lines
290 B
Makefile
16 lines
290 B
Makefile
# $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>
|