Date: Sun, 19 May 2019 21:53:07 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502047 - head/archivers/p5-Archive-Any-Lite Message-ID: <201905192153.x4JLr7ZV033593@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905192153.x4JLr7ZV033593>