aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-DateTime-Format-Flexible/Makefile
blob: 09fc5e356d89f3f3b959bce2b20dce21e3d12bdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Cezary Morga <cm@therek.net>
# $FreeBSD$

PORTNAME=	DateTime-Format-Flexible
PORTVERSION=	0.25
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@FreeBSD.org
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 \
		p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
BUILD_DEPENDS:=	${RUN_DEPENDS}
TEST_DEPENDS=	p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime

PERL_CONFIGURE=	yes

MAN3=	DateTime::Format::Flexible.3 \
	DateTime::Format::Flexible::lang.3 \
	DateTime::Format::Flexible::lang::de.3 \
	DateTime::Format::Flexible::lang::en.3 \
	DateTime::Format::Flexible::lang::es.3

.include <bsd.port.mk>