ffb8f0807f
quickly. Support for calendar date and business date math is provided. Business dates are weekdays only. Adding 1 to a weekend returns Monday, subtracting 1 returns Friday. The difference in business days between Friday and the following Monday (using the diffb function) is one business day. The number of business days between Friday and the following Monday (using the betweenb function) is zero.
20 lines
412 B
Makefile
20 lines
412 B
Makefile
# New ports collection makefile for: p5-Date-Business
|
|
# Date created: Aug 05, 2011
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Date-Business
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Fast calendar and business date calculations
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Date::Business.3
|
|
|
|
.include <bsd.port.mk>
|