diff options
Diffstat (limited to 'www/p5-URI-Fetch/Makefile')
-rw-r--r-- | www/p5-URI-Fetch/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/www/p5-URI-Fetch/Makefile b/www/p5-URI-Fetch/Makefile index 1a78a80d62c8..4a1f4c8e02c0 100644 --- a/www/p5-URI-Fetch/Makefile +++ b/www/p5-URI-Fetch/Makefile @@ -17,19 +17,14 @@ BUILD_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -OPTIONS_DEFINE= ZLIB CACHE -OPTIONS_DEFAULT= ZLIB +OPTIONS_DEFINE= CACHE -ZLIB_DESC= GZIP Support CACHE_DESC= Caching Support USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PORT_OPTIONS:MCACHE} -RUN_DEPENDS+= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache -.endif +CACHE_BUILD_DEPENDS= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache +CACHE_RUN_DEPENDS= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache .include <bsd.port.post.mk> |