diff --git a/www/p5-LWP-UserAgent-WithCache/Makefile b/www/p5-LWP-UserAgent-WithCache/Makefile index 30cfabb8337b..7de89abcbc61 100644 --- a/www/p5-LWP-UserAgent-WithCache/Makefile +++ b/www/p5-LWP-UserAgent-WithCache/Makefile @@ -10,12 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= LWP::UserAgent extension with local cache +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \ p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include diff --git a/www/p5-LWP-UserAgent-WithCache/pkg-descr b/www/p5-LWP-UserAgent-WithCache/pkg-descr index 25eff7b803e5..584fd603ba3d 100644 --- a/www/p5-LWP-UserAgent-WithCache/pkg-descr +++ b/www/p5-LWP-UserAgent-WithCache/pkg-descr @@ -1,5 +1,5 @@ -LWP::UserAgent::WithCache is a LWP::UserAgent extention. -It handle 'If-Modified-Since' request header with local cache file. -local cache files are implemented by Cache::FileCache. +LWP::UserAgent::WithCache is a LWP::UserAgent extention. It handle +'If-Modified-Since' request header with local cache file. local cache files are +implemented by Cache::FileCache. WWW: http://search.cpan.org/dist/LWP-UserAgent-WithCache/