svn commit: r415548 - head/devel/p5-Sys-SigAction

Mathieu Arnold mat at FreeBSD.org
Fri May 20 09:30:16 UTC 2016


Author: mat
Date: Fri May 20 09:30:15 2016
New Revision: 415548
URL: https://svnweb.freebsd.org/changeset/ports/415548

Log:
  Fix build by not always running tests, also add proper TEST_DEPENDS.
  
  With hat:	perl@
  Sponsored by:	Absolight

Modified:
  head/devel/p5-Sys-SigAction/Makefile   (contents, props changed)

Modified: head/devel/p5-Sys-SigAction/Makefile
==============================================================================
--- head/devel/p5-Sys-SigAction/Makefile	Fri May 20 09:30:10 2016	(r415547)
+++ head/devel/p5-Sys-SigAction/Makefile	Fri May 20 09:30:15 2016	(r415548)
@@ -16,11 +16,10 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Time-HiRes>=1.9726:devel/p5-Time-HiRes
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test2>=0:devel/p5-Test2 \
+		p5-Test-Simple>=0:devel/p5-Test-Simple
 
 USES=		perl5
 USE_PERL5=	configure
 
-post-build:
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list