freebsd-ports/devel/p5-DateTime-Format-DateParse/Makefile
Martin Wilke 3b483331a1 This module is a compatibility wrapper around Date::Parse.
Provides a tool to process different combinations of dates and zones values.
If a date doesn't contain a timezone suffix, and zone parameter is not set,
then the timezone of the returned DateTime object will be set to the local
timezone. This is consistent with the behavior of Date::Parse.
If no zone is specified and the date string does specify a timezone/offset or
if a zone format can not be parsed by DateTime::TimeZone, the returned
DateTime object will have UTC timezone.

WWW: http://search.cpan.org/dist/DateTime-Format-DateParse/

PR:		ports/124852
Submitted by:	svysh at pn.sinp.msu.ru
2008-06-28 14:57:23 +00:00

25 lines
639 B
Makefile

# New ports collection makefile for: p5-DateTime-Format-DateParse
# Date created: 21 Jun 2008
# Whom: svysh@pn.sinp.msu.ru
#
# $FreeBSD$
#
PORTNAME= DateTime-Format-DateParse
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
PKGNAMEPREFIX= p5-
MAINTAINER= svysh@pn.sinp.msu.ru
COMMENT= This module is a compatibility wrapper around Date::Parse
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
PERL_MODBUILD= yes
MAN3= DateTime::Format::DateParse.3
.include <bsd.port.mk>