- Add build depends to avoid warning
PR: ports/159890 Submitted by: swills (me) Approved by: maintainer timeout (>5 weeks)
This commit is contained in:
parent
fcbb6b8410
commit
559b07cec8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282033
1 changed files with 2 additions and 1 deletions
|
@ -15,8 +15,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= dliakh@ukr.net
|
||||
COMMENT= Cache::Memcached compatible interface to libmemcached
|
||||
|
||||
RUN_DEPENDS= p5-Memcached-libmemcached>=0.42.01:${PORTSDIR}/databases/p5-Memcached-libmemcached \
|
||||
BUILD_DEPENDS= p5-Memcached-libmemcached>=0.42.01:${PORTSDIR}/databases/p5-Memcached-libmemcached \
|
||||
p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue