svn commit: r367506 - head/textproc/p5-YAML

Kurt Jaeger pi at FreeBSD.org
Sun Sep 7 10:25:16 UTC 2014


Author: pi
Date: Sun Sep  7 10:25:15 2014
New Revision: 367506
URL: http://svnweb.freebsd.org/changeset/ports/367506
QAT: https://qat.redports.org/buildarchive/r367506/

Log:
  textproc/p5-YAML: fix DEPENDS
  
  p5-Test-YAML is a TEST_DEPENDS, and the BUILD/RUN_DEPENDS are empty
  
  Submitted by:	mat
  Pointy hat to:	pi

Modified:
  head/textproc/p5-YAML/Makefile

Modified: head/textproc/p5-YAML/Makefile
==============================================================================
--- head/textproc/p5-YAML/Makefile	Sun Sep  7 10:24:59 2014	(r367505)
+++ head/textproc/p5-YAML/Makefile	Sun Sep  7 10:25:15 2014	(r367506)
@@ -12,8 +12,7 @@ COMMENT=	YAML implementation in Perl
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Test-YAML>=1.05:${PORTSDIR}/devel/p5-Test-YAML
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-YAML>=1.05:${PORTSDIR}/devel/p5-Test-YAML
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-head mailing list