LWP::UserAgent::Cached is yet another LWP::UserAgent subclass with cache support. It stores cache in the files on local filesystem and if response already available in the cache returns it instead of making HTTP request. WWW: https://metacpan.org/dist/LWP-UserAgent-Cached/ PR: 267493
17 lines
349 B
Makefile
17 lines
349 B
Makefile
PORTNAME= LWP-UserAgent-Cached
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= DtxdF@disroot.org
|
|
COMMENT= LWP::UserAgent with simple caching mechanism
|
|
WWW= https://metacpan.org/dist/LWP-UserAgent-Cached/
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|