2003-07-06 14:59:25 +02:00
|
|
|
# New ports collection makefile for: p5-DateTime-Format-Builder
|
|
|
|
# Date created: 2 july 2003
|
|
|
|
# Whom: Mathieu Arnold <m@absolight.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DateTime-Format-Builder
|
2004-10-12 12:06:17 +02:00
|
|
|
PORTVERSION= 0.78.06
|
2003-07-06 14:59:25 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= DateTime
|
|
|
|
PKGNAMEPREFIX= p5-
|
2004-01-27 11:56:49 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
|
2003-07-06 14:59:25 +02:00
|
|
|
|
2003-08-16 11:13:44 +02:00
|
|
|
MAINTAINER= mat@FreeBSD.org
|
2003-07-06 14:59:25 +02:00
|
|
|
COMMENT= Create DateTime parser classes and objects
|
|
|
|
|
2004-02-06 14:05:54 +01:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2003-07-06 14:59:25 +02:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
|
|
|
|
${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime
|
|
|
|
|
2004-02-06 14:05:54 +01:00
|
|
|
PERL_MODBUILD= yes
|
2003-07-06 14:59:25 +02:00
|
|
|
|
|
|
|
MAN3= DateTime::Format::Builder.3 DateTime::Format::Builder::Parser.3 \
|
|
|
|
DateTime::Format::Builder::Parser::Dispatch.3 \
|
|
|
|
DateTime::Format::Builder::Parser::Regex.3 \
|
2003-08-19 11:22:25 +02:00
|
|
|
DateTime::Format::Builder::Parser::Quick.3 \
|
2003-07-06 14:59:25 +02:00
|
|
|
DateTime::Format::Builder::Parser::Strptime.3 \
|
|
|
|
DateTime::Format::Builder::Parser::generic.3 \
|
2003-08-19 11:22:25 +02:00
|
|
|
DateTime::Format::Builder::Tutorial.3
|
2003-07-06 14:59:25 +02:00
|
|
|
|
2004-08-11 14:33:08 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
PORTDOCS= CREDITS Changes README
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
|
|
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
|
|
|
|
@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
|
|
|
|
.endif
|
|
|
|
|
2003-07-06 14:59:25 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} <= 500600
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|