freebsd-ports/devel/p5-DateTimeX-Easy/Makefile
Philip M. Gollucci 52f93e6ce3 - Update to 0.088
PR:             ports/142639
Submitted by:   myself (pgollucci@)
Approved by:    maintainer timeout (cm@therek.net; > 2 weeks)
2010-01-31 01:05:35 +00:00

31 lines
1,005 B
Makefile

# New ports collection makefile for: devel/p5-DateTimeX-Easy
# Date created: 23 Jun 2009
# Whom: Cezary Morga <cm@therek.net>
#
# $FreeBSD$
#
PORTNAME= DateTimeX-Easy
PORTVERSION= 0.088
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= cm@therek.net
COMMENT= Parse a date/time string using the best method available
RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-DateTime-Format-DateManip>=0:${PORTSDIR}/devel/p5-DateTime-Format-DateManip \
p5-DateTime-Format-DateParse>=0:${PORTSDIR}/devel/p5-DateTime-Format-DateParse \
p5-DateTime-Format-ICal>=0:${PORTSDIR}/devel/p5-DateTime-Format-ICal \
p5-DateTime-Format-Natural>=0:${PORTSDIR}/devel/p5-DateTime-Format-Natural \
p5-DateTime-Format-Flexible>=0:${PORTSDIR}/devel/p5-DateTime-Format-Flexible \
p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= DateTimeX::Easy.3 \
DateTimeX::Easy::DateParse.3
.include <bsd.port.mk>