diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-06-21 01:05:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-06-21 01:05:57 +0800 |
commit | 3dc05a3407a4ee387a6490e993d0bcc6670da7dd (patch) | |
tree | 8857ddb6b0ef010e4b33faada9fb2166873fdc1f /www | |
parent | 97c4054bfe4918d35e65e03594d9977600033a37 (diff) | |
download | freebsd-ports-gnome-3dc05a3407a4ee387a6490e993d0bcc6670da7dd.tar.gz freebsd-ports-gnome-3dc05a3407a4ee387a6490e993d0bcc6670da7dd.tar.zst freebsd-ports-gnome-3dc05a3407a4ee387a6490e993d0bcc6670da7dd.zip |
- Add LICENSE
- Reformat pkg-descr
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-LWP-UserAgent-WithCache/Makefile | 5 | ||||
-rw-r--r-- | www/p5-LWP-UserAgent-WithCache/pkg-descr | 6 |
2 files changed, 7 insertions, 4 deletions
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 <bsd.port.mk> 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/ |