Index: head/devel/p5-DateTime-Format-Builder/Makefile =================================================================== --- head/devel/p5-DateTime-Format-Builder/Makefile (revision 291629) +++ head/devel/p5-DateTime-Format-Builder/Makefile (revision 291630) @@ -1,46 +1,52 @@ # New ports collection makefile for: p5-DateTime-Format-Builder # Date created: 2 july 2003 # Whom: Mathieu Arnold # # $FreeBSD$ # PORTNAME= DateTime-Format-Builder PORTVERSION= 0.80 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create DateTime parser classes and objects -RUN_DEPENDS= p5-Class-Factory-Util>=1.6:${PORTSDIR}/devel/p5-Class-Factory-Util \ +BUILD_DEPENDS= p5-Class-Factory-Util>=1.6:${PORTSDIR}/devel/p5-Class-Factory-Util \ p5-DateTime>=0.12:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Strptime>=1.04:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ p5-Params-Validate>=0.72:${PORTSDIR}/devel/p5-Params-Validate \ p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Devel-Cycle>=1.07:${PORTSDIR}/devel/p5-Devel-Cycle \ + p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle + PERL_MODBUILD= yes MAN3= DateTime::Format::Builder.3 DateTime::Format::Builder::Parser.3 \ DateTime::Format::Builder::Parser::Dispatch.3 \ DateTime::Format::Builder::Parser::Regex.3 \ DateTime::Format::Builder::Parser::Quick.3 \ DateTime::Format::Builder::Parser::Strptime.3 \ DateTime::Format::Builder::Parser::generic.3 \ DateTime::Format::Builder::Tutorial.3 -.if !defined(NOPORTDOCS) PORTDOCS= CREDITS Changes README +PORTEXAMPLES= Apache.pm Fall.pm ICal.pm MySQL.pm Simple.pm Tivoli.pm W3CDTF.pm 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}." +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ + ${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." +.endif +.if !defined(NOPORTEXAMPLES) + ${MKDIR} ${EXAMPLESDIR}/ + cd ${WRKSRC}/examples/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}/ + ${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." .endif .include Property changes on: head/devel/p5-DateTime-Format-Builder/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/devel/p5-DateTime-Format-Builder/pkg-plist =================================================================== --- head/devel/p5-DateTime-Format-Builder/pkg-plist (revision 291629) +++ head/devel/p5-DateTime-Format-Builder/pkg-plist (revision 291630) @@ -1,21 +1,13 @@ %%SITE_PERL%%/DateTime/Format/Builder.pm %%SITE_PERL%%/DateTime/Format/Builder.pod %%SITE_PERL%%/DateTime/Format/Builder/Parser.pm %%SITE_PERL%%/DateTime/Format/Builder/Parser/Dispatch.pm %%SITE_PERL%%/DateTime/Format/Builder/Parser/Quick.pm %%SITE_PERL%%/DateTime/Format/Builder/Parser/Regex.pm %%SITE_PERL%%/DateTime/Format/Builder/Parser/Strptime.pm %%SITE_PERL%%/DateTime/Format/Builder/Parser/generic.pm %%SITE_PERL%%/DateTime/Format/Builder/Tutorial.pod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Apache.pm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Fall.pm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ICal.pm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MySQL.pm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Simple.pm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Tivoli.pm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/W3CDTF.pm -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrm %%SITE_PERL%%/DateTime/Format/Builder/Parser @dirrm %%SITE_PERL%%/DateTime/Format/Builder @dirrmtry %%SITE_PERL%%/DateTime/Format @dirrmtry %%SITE_PERL%%/DateTime Property changes on: head/devel/p5-DateTime-Format-Builder/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property