freebsd-ports/www/p5-LWP-UserAgent-Cached/Makefile
Jesús Daniel Colmenares Oviedo fa764ee143 www/p5-LWP-UserAgent-Cached: New port: LWP::UserAgent with simple caching mechanism
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
2022-12-11 16:11:32 -05:00

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>