svn commit: r451818 - head/devel/p5-Minilla

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 12 08:10:10 UTC 2017


Author: sunpoet
Date: Thu Oct 12 08:10:09 2017
New Revision: 451818
URL: https://svnweb.freebsd.org/changeset/ports/451818

Log:
  Convert to test framework
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/p5-Minilla/Makefile

Modified: head/devel/p5-Minilla/Makefile
==============================================================================
--- head/devel/p5-Minilla/Makefile	Thu Oct 12 08:10:02 2017	(r451817)
+++ head/devel/p5-Minilla/Makefile	Thu Oct 12 08:10:09 2017	(r451818)
@@ -60,11 +60,10 @@ BUILD_DEPENDS+=	p5-Module-Metadata>=1.000027:devel/p5-
 RUN_DEPENDS+=	p5-Module-Metadata>=1.000027:devel/p5-Module-Metadata
 .endif
 
-regression-test: build
+pre-test:
 	@test ! -e ${WRKDIR}/.gitconfig && \
 		${SETENV} ${MAKE_ENV} git config --global user.name "ports-test" && \
 		${SETENV} ${MAKE_ENV} git config --global user.email "${USER}@${HOST}" || \
 		true
-	@cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${PERL5} ${PL_BUILD} ${MAKE_ARGS} test
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list