Date: Wed, 5 Feb 2014 20:59:04 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342848 - head/devel/p5-Test-YAML-Valid Message-ID: <201402052059.s15Kx47C039434@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Feb 5 20:59:04 2014 New Revision: 342848 URL: http://svnweb.freebsd.org/changeset/ports/342848 QAT: https://qat.redports.org/buildarchive/r342848/ Log: - Finish stage support (remove NO_STAGE) - Use OPTIONS helpers Modified: head/devel/p5-Test-YAML-Valid/Makefile Modified: head/devel/p5-Test-YAML-Valid/Makefile ============================================================================== --- head/devel/p5-Test-YAML-Valid/Makefile Wed Feb 5 20:57:30 2014 (r342847) +++ head/devel/p5-Test-YAML-Valid/Makefile Wed Feb 5 20:59:04 2014 (r342848) @@ -20,16 +20,11 @@ USE_PERL5= configure OPTIONS_DEFINE= YAMLSYCK YAMLSYCK_DESC= Use YAML::Syck for testing -NO_STAGE= yes +YAMLSYCK_RUN_DEPENDS= p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck +YAMLSYCK_BUILD_DEPENDS= p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck + post-patch: @${REINPLACE_CMD} -i '' -e '/auto_install.*/d' \ ${WRKSRC}/Makefile.PL -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MYAMLSYCK} -RUN_DEPENDS+= p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck -BUILD_DEPENDS+= p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck -.endif - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402052059.s15Kx47C039434>