freebsd-ports/devel/p5-DateTime/Makefile

37 lines
915 B
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.50
CATEGORIES= devel perl5
2007-08-28 12:07:06 +02:00
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A date and time object
RUN_DEPENDS= p5-DateTime-Locale>=0.41:${PORTSDIR}/devel/p5-DateTime-Locale \
p5-DateTime-TimeZone>=0.59:${PORTSDIR}/devel/p5-DateTime-TimeZone \
p5-Params-Validate>=0.76:${PORTSDIR}/devel/p5-Params-Validate
2003-12-04 12:26:10 +01:00
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= DateTime.3 DateTime::Duration.3 \
DateTime::Helpers.3 DateTime::Infinite.3 DateTime::LeapSecond.3
2004-07-27 14:41:49 +02:00
.if !defined(NOPORTDOCS)
2005-02-02 16:26:41 +01:00
PORTDOCS= CREDITS Changes TODO
2004-07-27 14:41:49 +02:00
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>