mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Add missing depends
- Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS - Set TEST_DEPENDS
This commit is contained in:
parent
a8ae3ea0c9
commit
82bbb60044
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287332
@ -15,8 +15,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Accessible result collector for Test::Harness::Straps runs
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Method/Alias.pm:${PORTSDIR}/devel/p5-Method-Alias
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= p5-Method-Alias>=0:${PORTSDIR}/devel/p5-Method-Alias \
|
||||
p5-Test-Harness-Straps>=0.30:${PORTSDIR}/devel/p5-Test-Harness-Straps
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Simple>=0.53:${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user