diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-05 13:12:33 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-05 13:12:33 +0000 |
commit | 417919cd8751c9ea10cbe02ce46d7ac7fc1f3c41 (patch) | |
tree | 090c77f62e0076ac32ddde0abef51b409624e8cb /www/p5-HTTP-Cache-Transparent | |
parent | 5486f06031ad1e0e611024a685ab65a087af424c (diff) | |
download | ports-417919cd8751c9ea10cbe02ce46d7ac7fc1f3c41.tar.gz ports-417919cd8751c9ea10cbe02ce46d7ac7fc1f3c41.zip |
Notes
Diffstat (limited to 'www/p5-HTTP-Cache-Transparent')
-rw-r--r-- | www/p5-HTTP-Cache-Transparent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-HTTP-Cache-Transparent/Makefile b/www/p5-HTTP-Cache-Transparent/Makefile index 7f48c06ea001..cc1238d4f533 100644 --- a/www/p5-HTTP-Cache-Transparent/Makefile +++ b/www/p5-HTTP-Cache-Transparent/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Implementation of http get that keeps a local cache of fetched pages -BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= yes MAN3= HTTP::Cache::Transparent.3 |