svn commit: r451817 - head/devel/p5-IO-Prompter

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


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

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

Modified:
  head/devel/p5-IO-Prompter/Makefile

Modified: head/devel/p5-IO-Prompter/Makefile
==============================================================================
--- head/devel/p5-IO-Prompter/Makefile	Thu Oct 12 08:09:55 2017	(r451816)
+++ head/devel/p5-IO-Prompter/Makefile	Thu Oct 12 08:10:02 2017	(r451817)
@@ -17,7 +17,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-regression-test: build
-	(cd ${WRKSRC}/ && ${MAKE} test)
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list