freebsd-ports/devel/p5-Date-Piece/Makefile
Erwin Lansing d1f671e388 Add Date::Piece
This module allows you to do nominal math on dates. That is, rather
than worrying about time zones and DST while adding increments of
24*60**2 seconds to a date&time object, you simply discard the time
component and do math directly on the date. If you need a time-of-day
on the calculated date, the at() method returns a Time::Piece object,
thus allowing you to be specific about the endpoints of a nominal interval.
2013-05-01 12:53:25 +00:00

24 lines
604 B
Makefile

# Created by: Erwin Lansing <erwin@FreeBSD.org>
# $FreeBSD$
PORTNAME= Date-Piece
PORTVERSION= 0.0.3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:EWILHELM
PKGNAMEPREFIX= p5-
DISTNAME= Date-Piece-v0.0.3
MAINTAINER= erwin@FreeBSD.org
COMMENT= Perl5 module containing date manipulation routines
BUILD_DEPENDS= p5-Date-Simple>=3.03:${PORTSDIR}/devel/p5-Date-Simple
RUN_DEPENDS= p5-Date-Simple>=3.03:${PORTSDIR}/devel/p5-Date-Simple
#TEST_DEPENDS= p5-Test-Inter>=0:${PORTSDIR}/devel/p5-Test-Inter
PERL_MODBUILD= YES
MAN1= day.1
MAN3= Date::Piece.3
.include <bsd.port.mk>