svn commit: r394054 - head/textproc/p5-Perl-Lint

Wen Heping wen at FreeBSD.org
Thu Aug 13 07:03:08 UTC 2015


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 at 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>


More information about the svn-ports-head mailing list