svn commit: r439953 - head/sysutils/xe

Tobias Kortkamp tobik at FreeBSD.org
Tue May 2 15:30:41 UTC 2017


Author: tobik
Date: Tue May  2 15:30:40 2017
New Revision: 439953
URL: https://svnweb.freebsd.org/changeset/ports/439953

Log:
  Fix Perl test dependency
  
  Reported by:	mat
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10570

Modified:
  head/sysutils/xe/Makefile

Modified: head/sysutils/xe/Makefile
==============================================================================
--- head/sysutils/xe/Makefile	Tue May  2 15:23:49 2017	(r439952)
+++ head/sysutils/xe/Makefile	Tue May  2 15:30:40 2017	(r439953)
@@ -11,11 +11,12 @@ COMMENT=	Simple xargs and apply replacem
 
 LICENSE=	CC0-1.0
 
-TEST_DEPENDS=	prove:lang/perl5.24
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	chneukirchen
 
+USES=		perl5
+USE_PERL5=	test
+
 MAKE_ARGS=	CFLAGS="${CFLAGS}" \
 		MANDIR="${PREFIX}/man"
 TEST_TARGET=	check


More information about the svn-ports-all mailing list