2003-07-07 10:34:12 +02:00
|
|
|
# New ports collection makefile for: p5-DateTime-Format-DateManip
|
|
|
|
# Date created: 2 july 2003
|
|
|
|
# Whom: Mathieu Arnold <m@absolight.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DateTime-Format-DateManip
|
2004-01-27 12:09:22 +01:00
|
|
|
PORTVERSION= 0.04
|
2003-07-07 10:34:12 +02:00
|
|
|
CATEGORIES= devel perl5
|
2007-08-31 15:37:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-07-07 10:34:12 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-07-07 10:34:12 +02:00
|
|
|
COMMENT= Convert Date::Manip dates and durations to DateTimes and vice versa
|
|
|
|
|
2003-08-24 15:49:08 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2003-07-07 10:34:12 +02:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
|
|
|
|
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip
|
|
|
|
|
2004-02-06 14:05:54 +01:00
|
|
|
PERL_MODBUILD= yes
|
2003-07-07 10:34:12 +02:00
|
|
|
|
2003-08-24 15:49:08 +02:00
|
|
|
MAN3= DateTime::Format::DateManip.3
|
|
|
|
|
2007-08-31 15:37:23 +02:00
|
|
|
.include <bsd.port.mk>
|