diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-10-01 02:35:34 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-10-01 02:35:34 +0000 |
commit | d5a1ac2108bc16cb2fcc525c59161def9b82c7f4 (patch) | |
tree | 9e2d5766770356408c9546df33349589752abd18 /devel/p5-Cache-Cache | |
parent | 7596564617bb8b78fceeeb468077c3b9e8004869 (diff) |
Notes
Diffstat (limited to 'devel/p5-Cache-Cache')
-rw-r--r-- | devel/p5-Cache-Cache/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Cache-Cache/Makefile b/devel/p5-Cache-Cache/Makefile index 53d6019e94c9..cca707281007 100644 --- a/devel/p5-Cache-Cache/Makefile +++ b/devel/p5-Cache-Cache/Makefile @@ -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 |