diff options
author | wen <wen@FreeBSD.org> | 2015-08-13 15:03:07 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-08-13 15:03:07 +0800 |
commit | 8218919cee6efa0a29bc18fa770291f200d450f1 (patch) | |
tree | 568a17e6fc97bd6900fb00a88a7832b5b3ed3b08 /textproc/p5-Perl-Lint | |
parent | 4127fec5b3a34cf5795445d397a2c654c12a31c9 (diff) | |
download | freebsd-ports-gnome-8218919cee6efa0a29bc18fa770291f200d450f1.tar.gz freebsd-ports-gnome-8218919cee6efa0a29bc18fa770291f200d450f1.tar.zst freebsd-ports-gnome-8218919cee6efa0a29bc18fa770291f200d450f1.zip |
- Set p5-Module-Pluggable as RUN_DEPENDS instead of TEST_DEPENDS
PR: 201534
Submitted by: cgull+l-freebsd-bugzilla@glup.org
Diffstat (limited to 'textproc/p5-Perl-Lint')
-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 8d0f2c413abf..eeb04cf352f1 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> |