- Add build depends to quiet build warnings

This commit is contained in:
Steve Wills 2011-10-01 02:35:34 +00:00
parent 7596564617
commit d5a1ac2108
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282709

View file

@ -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