1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add LICENSE

- Reformat pkg-descr
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-06-20 17:05:57 +00:00
parent 3828f1077c
commit c2fc70b766
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358609
2 changed files with 7 additions and 4 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -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/