svn commit: r502047 - head/archivers/p5-Archive-Any-Lite

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 19 21:53:08 UTC 2019


Author: sunpoet
Date: Sun May 19 21:53:07 2019
New Revision: 502047
URL: https://svnweb.freebsd.org/changeset/ports/502047

Log:
  Cosmetic change

Modified:
  head/archivers/p5-Archive-Any-Lite/Makefile

Modified: head/archivers/p5-Archive-Any-Lite/Makefile
==============================================================================
--- head/archivers/p5-Archive-Any-Lite/Makefile	Sun May 19 21:16:04 2019	(r502046)
+++ head/archivers/p5-Archive-Any-Lite/Makefile	Sun May 19 21:53:07 2019	(r502047)
@@ -14,16 +14,17 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
-		p5-ExtUtils-MakeMaker-CPANfile>=0.07:devel/p5-ExtUtils-MakeMaker-CPANfile
+BUILD_DEPENDS=	p5-ExtUtils-MakeMaker-CPANfile>=0.07:devel/p5-ExtUtils-MakeMaker-CPANfile \
+		${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Archive-Zip>=0:archivers/p5-Archive-Zip
 TEST_DEPENDS=	p5-Parallel-ForkManager>=0:devel/p5-Parallel-ForkManager \
 		p5-Test-Pod>=1.18:devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage \
 		p5-Test-UseAllModules>=0.10:devel/p5-Test-UseAllModules
 
-NO_ARCH=	yes
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list