diff options
author | wen <wen@FreeBSD.org> | 2015-08-13 07:03:07 +0000 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-08-13 07:03:07 +0000 |
commit | 8218919cee6efa0a29bc18fa770291f200d450f1 (patch) | |
tree | 568a17e6fc97bd6900fb00a88a7832b5b3ed3b08 | |
parent | 4127fec5b3a34cf5795445d397a2c654c12a31c9 (diff) | |
download | FreeBSD-ports-8218919cee6efa0a29bc18fa770291f200d450f1.zip FreeBSD-ports-8218919cee6efa0a29bc18fa770291f200d450f1.tar.gz |
- Set p5-Module-Pluggable as RUN_DEPENDS instead of TEST_DEPENDS
PR: 201534
Submitted by: cgull+l-freebsd-bugzilla@glup.org
-rw-r--r-- | textproc/p5-Perl-Lint/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Perl-Lint/Makefile b/textproc/p5-Perl-Lint/Makefile index 8d0f2c4..eeb04cf 100644 --- a/textproc/p5-Perl-Lint/Makefile +++ b/textproc/p5-Perl-Lint/Makefile @@ -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> |