freebsd-ports/devel/p5-DateTime/Makefile

51 lines
1.3 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: p5-DateTime
# Date created: 4 mai 2003
# Whom: Mathieu Arnold <m@absolight.net>
#
# $FreeBSD$
#
PORTNAME= DateTime
PORTVERSION= 0.76
CATEGORIES= devel perl5
2007-08-28 12:07:06 +02:00
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DROLSKY
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A date and time object
# Do not add p5-DateTime-Format-Strptime>=1.20.00 to TEST_DEPENDS to avoid cyclic dependency in tinderbox
BUILD_DEPENDS= p5-DateTime-Locale>=0.41:${PORTSDIR}/devel/p5-DateTime-Locale \
p5-DateTime-TimeZone>=1.09:${PORTSDIR}/devel/p5-DateTime-TimeZone \
p5-Math-Round>=0:${PORTSDIR}/math/p5-Math-Round \
p5-Params-Validate>=0.76:${PORTSDIR}/devel/p5-Params-Validate
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
OPTIONS_DEFINE= DOCS
2009-11-06 01:10:40 +01:00
PERL_MODBUILD= yes
MAN3= DateTime.3 DateTime::Duration.3 \
2010-06-30 12:17:26 +02:00
DateTime::Infinite.3 \
DateTime::LeapSecond.3
2005-02-02 16:26:41 +01:00
PORTDOCS= CREDITS Changes TODO
2004-07-27 14:41:49 +02:00
.include <bsd.port.options.mk>
2004-07-27 14:41:49 +02:00
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}/
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}/
2004-07-27 14:41:49 +02:00
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>