svn commit: r358609 - head/www/p5-LWP-UserAgent-WithCache
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Jun 20 17:05:58 UTC 2014
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 at 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/
More information about the svn-ports-all
mailing list