Date: Fri, 20 Jun 2014 17:05:57 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358609 - head/www/p5-LWP-UserAgent-WithCache Message-ID: <201406201705.s5KH5vDd016020@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jun 20 17:05:57 2014 New Revision: 358609 URL: http://svnweb.freebsd.org/changeset/ports/358609 QAT: https://qat.redports.org/buildarchive/r358609/ Log: - Add LICENSE - Reformat pkg-descr Modified: head/www/p5-LWP-UserAgent-WithCache/Makefile head/www/p5-LWP-UserAgent-WithCache/pkg-descr Modified: head/www/p5-LWP-UserAgent-WithCache/Makefile ============================================================================== --- head/www/p5-LWP-UserAgent-WithCache/Makefile Fri Jun 20 17:05:51 2014 (r358608) +++ head/www/p5-LWP-UserAgent-WithCache/Makefile Fri Jun 20 17:05:57 2014 (r358609) @@ -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> Modified: head/www/p5-LWP-UserAgent-WithCache/pkg-descr ============================================================================== --- head/www/p5-LWP-UserAgent-WithCache/pkg-descr Fri Jun 20 17:05:51 2014 (r358608) +++ head/www/p5-LWP-UserAgent-WithCache/pkg-descr Fri Jun 20 17:05:57 2014 (r358609) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406201705.s5KH5vDd016020>