Date: Thu, 13 Aug 2015 07:03:08 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394054 - head/textproc/p5-Perl-Lint Message-ID: <201508130703.t7D73898083293@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Thu Aug 13 07:03:07 2015 New Revision: 394054 URL: https://svnweb.freebsd.org/changeset/ports/394054 Log: - Set p5-Module-Pluggable as RUN_DEPENDS instead of TEST_DEPENDS PR: 201534 Submitted by: cgull+l-freebsd-bugzilla@glup.org Modified: head/textproc/p5-Perl-Lint/Makefile Modified: head/textproc/p5-Perl-Lint/Makefile ============================================================================== --- head/textproc/p5-Perl-Lint/Makefile Thu Aug 13 06:33:29 2015 (r394053) +++ head/textproc/p5-Perl-Lint/Makefile Thu Aug 13 07:03:07 2015 (r394054) @@ -3,6 +3,7 @@ PORTNAME= Perl-Lint PORTVERSION= 0.23 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MOZNION @@ -33,7 +34,8 @@ USE_PERL5= modbuildtiny .include <bsd.port.pre.mk> .if ${PERL_LEVEL} >= 502000 -TEST_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable +BUILD_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable +RUN_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable .endif .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508130703.t7D73898083293>