svn commit: r458329 - head/textproc/p5-HTML-Format

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 7 12:13:20 UTC 2018


Author: sunpoet
Date: Sun Jan  7 12:13:16 2018
New Revision: 458329
URL: https://svnweb.freebsd.org/changeset/ports/458329

Log:
  Update TEST_DEPENDS: remove dependencies of author/release test

Modified:
  head/textproc/p5-HTML-Format/Makefile

Modified: head/textproc/p5-HTML-Format/Makefile
==============================================================================
--- head/textproc/p5-HTML-Format/Makefile	Sun Jan  7 12:13:11 2018	(r458328)
+++ head/textproc/p5-HTML-Format/Makefile	Sun Jan  7 12:13:16 2018	(r458329)
@@ -18,14 +18,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	p5-Font-AFM>=0:x11-fonts/p5-Font-AFM \
 		p5-HTML-Tree>=3.15:www/p5-HTML-Tree
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-File-Slurper>=0:devel/p5-File-Slurper \
-		p5-Test-CPAN-Meta>=0:devel/p5-Test-CPAN-Meta \
-		p5-Test-EOL>=0:devel/p5-Test-EOL \
-		p5-Test-NoTabs>=0:devel/p5-Test-NoTabs
+TEST_DEPENDS=	p5-File-Slurper>=0:devel/p5-File-Slurper
 
 NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	modbuild
-#INSTALL_TARGET=	pure_install
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list