freebsd-ports/devel/p5-Date-Business/Makefile
Philip M. Gollucci ffb8f0807f Date::Business provides the functionality to perform simple date manipulations
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.
2011-08-05 18:24:04 +00:00

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>