pkgsrc/www/p5-HTTP-Cache-Transparent/Makefile
wen e65a87e9bf Update to 1.4
Upstream changes:
2017-04-07 Mattias Holmlund

  Version 1.4

    Fix tests when run without internet connectivity. Patch by Mike Parker.
    Fixes https://rt.cpan.org/Ticket/Display.html?id=120584

2017-03-11 Mattias Holmlund

  Version 1.3

    Added missing Changes entry for version 1.2. No other changes.

2017-03-07 Mattias Holmlund

  Version 1.2

    Add X-No-Server-Contact header when the content returned has been
      delivered without any contact with the external server
2017-08-20 01:10:51 +00:00

18 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.20 2017/08/20 01:10:51 wen Exp $
DISTNAME= HTTP-Cache-Transparent-1.4
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/HTTP-Cache-Transparent/
COMMENT= Cache the result of http get-requests persistently
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
PERL5_PACKLIST= auto/HTTP/Cache/Transparent/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"