openbsd-ports/math/p5-Business-Hours/Makefile
pirofti 082f8933e8 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@
2017-05-19 07:37:00 +00:00

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>