2009-07-14 19:39:36 +02:00
|
|
|
# New ports collection makefile for: devel/p5-DateTime-Format-Flexible
|
|
|
|
# Date created: 23 Jun 2009
|
|
|
|
# Whom: Cezary Morga <cm@therek.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DateTime-Format-Flexible
|
2010-12-13 19:31:29 +01:00
|
|
|
PORTVERSION= 0.17
|
2009-07-14 19:39:36 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= cm@therek.net
|
|
|
|
COMMENT= Flexibly parse strings and turn them into DateTime objects
|
|
|
|
|
|
|
|
RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
|
|
|
p5-DateTime-Format-Builder>=0.74:${PORTSDIR}/devel/p5-DateTime-Format-Builder \
|
|
|
|
p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \
|
2010-04-17 21:49:44 +02:00
|
|
|
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
|
2009-07-14 19:39:36 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2010-04-17 21:49:44 +02:00
|
|
|
MAN3= DateTime::Format::Flexible.3 \
|
|
|
|
DateTime::Format::Flexible::lang.3 \
|
|
|
|
DateTime::Format::Flexible::lang::en.3 \
|
|
|
|
DateTime::Format::Flexible::lang::es.3
|
2009-07-14 19:39:36 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|