Date: Tue, 2 May 2017 15:30:40 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439953 - head/sysutils/xe Message-ID: <201705021530.v42FUer3023280@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705021530.v42FUer3023280>