- Set p5-Module-Pluggable as RUN_DEPENDS instead of TEST_DEPENDS
PR: 201534 Submitted by: cgull+l-freebsd-bugzilla@glup.org
This commit is contained in:
parent
fc51c02c2c
commit
df4a9faaf0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394054
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user