- Add build depends to quiet build warnings
This commit is contained in:
parent
7596564617
commit
d5a1ac2108
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282709
1 changed files with 2 additions and 1 deletions
|
@ -14,10 +14,11 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Cache::Cache -- Perl Cache interface
|
||||
|
||||
RUN_DEPENDS= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache \
|
||||
BUILD_DEPENDS= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache \
|
||||
p5-Digest-SHA1>=2.02:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
p5-Error>=0.15:${PORTSDIR}/lang/p5-Error \
|
||||
p5-IPC-ShareLite>=0.09:${PORTSDIR}/devel/p5-IPC-ShareLite
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue