pkgsrc/www/p5-HTTP-Cache-Transparent/Makefile
he 34b0cb492a Update from version 0.7 to 1.0. Changes:
2007-12-12 Mattias Holmlund

  Version 1.0

  Add ApproveContent option.
  Add pod-tests.
  Mark internal methods with leading underscore.
2008-07-20 20:00:52 +00:00

19 lines
553 B
Makefile

# $NetBSD: Makefile,v 1.8 2008/07/20 20:00:52 he Exp $
DISTNAME= HTTP-Cache-Transparent-1.0
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
PKG_DESTDIR_SUPPORT= user-destdir
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"