diff options
Diffstat (limited to 'www/p5-LWP-UserAgent-WithCache/Makefile')
-rw-r--r-- | www/p5-LWP-UserAgent-WithCache/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-LWP-UserAgent-WithCache/Makefile b/www/p5-LWP-UserAgent-WithCache/Makefile index 4c9567c11f36..7ee64f364282 100644 --- a/www/p5-LWP-UserAgent-WithCache/Makefile +++ b/www/p5-LWP-UserAgent-WithCache/Makefile @@ -6,8 +6,7 @@ # PORTNAME= LWP-UserAgent-WithCache -PORTVERSION= 0.06 -PORTREVISION= 1 +PORTVERSION= 0.10 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +15,8 @@ MAINTAINER= kaoru@kaisei.org COMMENT= LWP::UserAgent extension with local cache RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Cache/FileCache.pm:${PORTSDIR}/devel/p5-Cache-Cache + ${SITE_PERL}/Cache/FileCache.pm:${PORTSDIR}/devel/p5-Cache-Cache \ + ${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |