3e89f04bfc
- simplify dependency PR: 133754 Submitted by: leeym Approved by: maintainer timeout
43 lines
1.1 KiB
Makefile
43 lines
1.1 KiB
Makefile
# New ports collection makefile for: p5-DateTime
|
|
# Date created: 4 mai 2003
|
|
# Whom: Mathieu Arnold <m@absolight.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= DateTime
|
|
PORTVERSION= 0.49
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= mat@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
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= DateTime.3 DateTime::Duration.3 \
|
|
DateTime::Helpers.3 DateTime::Infinite.3 DateTime::LeapSecond.3
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
PORTDOCS= CREDITS Changes TODO
|
|
|
|
post-install:
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
|
.endif
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500703
|
|
RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
|
p5-Time-Local>=1.04:${PORTSDIR}/devel/p5-Time-Local
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|