svn commit: r342848 - head/devel/p5-Test-YAML-Valid

Antoine Brodin antoine at FreeBSD.org
Wed Feb 5 20:59:04 UTC 2014


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>


More information about the svn-ports-all mailing list