Index: head/devel/p5-Test-YAML-Valid/Makefile =================================================================== --- head/devel/p5-Test-YAML-Valid/Makefile (revision 298572) +++ head/devel/p5-Test-YAML-Valid/Makefile (revision 298573) @@ -1,36 +1,37 @@ # New ports collection makefile for: devel/p5-Test-YAML-Valid # Date created: 10 April 2007 # Whom: Lars Thegler # # $FreeBSD$ # PORTNAME= Test-YAML-Valid PORTVERSION= 0.04 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Test PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Test for valid YAML -RUN_DEPENDS= p5-YAML>=0.60:${PORTSDIR}/textproc/p5-YAML \ - p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= p5-YAML>=0.60:${PORTSDIR}/textproc/p5-YAML BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= Test::YAML::Valid.3 OPTIONS= YAMLSYCK "Use YAML::Syck for testing" OFF post-patch: ${PERL} -pi -e '$$_="" if /auto_install/' ${WRKSRC}/Makefile.PL -.include +.include + .if defined(WITH_YAMLSYCK) RUN_DEPENDS+= p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck BUILD_DEPENDS+= p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck .endif -.include + +.include Property changes on: head/devel/p5-Test-YAML-Valid/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property