mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Add TEST_DEPENDS to enable testing
- Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS - Sort DEPENDS PR: ports/166128 Approved by: maintainer timeout (lth, >2 weeks)
This commit is contained in:
parent
5ca1b87f82
commit
74b06f07af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294472
@ -14,13 +14,14 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= lth@FreeBSD.org
|
||||
COMMENT= Find a minimum required version of perl for Perl code
|
||||
|
||||
RUN_DEPENDS= p5-File-Find-Rule>=0.32:${PORTSDIR}/devel/p5-File-Find-Rule \
|
||||
BUILD_DEPENDS= p5-File-Find-Rule>=0.32:${PORTSDIR}/devel/p5-File-Find-Rule \
|
||||
p5-File-Find-Rule-Perl>=1.04:${PORTSDIR}/devel/p5-File-Find-Rule-Perl \
|
||||
p5-PPI>=1.215:${PORTSDIR}/textproc/p5-PPI \
|
||||
p5-Perl-Critic>=1.10.4:${PORTSDIR}/textproc/p5-Perl-Critic \
|
||||
p5-Params-Util>=0.25:${PORTSDIR}/devel/p5-Params-Util \
|
||||
p5-version>=0.76:${PORTSDIR}/devel/p5-version
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Script>=0:${PORTSDIR}/devel/p5-Test-Script
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user