pkgsrc/www/p5-HTTP-Response-Encoding/Makefile
he 605a470689 Import p5-HTTP-Response-Encoding version 0.05.
This module adds the following methods to HTTP::Response objects:

  $res->charset
  $res->encoder
  $res->encoding
2008-12-16 22:21:16 +00:00

23 lines
645 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/12/16 22:21:16 he Exp $
#
DISTNAME= HTTP-Response-Encoding-0.05
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5hre
CATEGORIES= www net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/HTTP-Response-Encoding/
COMMENT= Perl5 module to add encoding() to HTTP::Response
DEPENDS+= p5-libwww>=0:../../www/p5-libwww
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/HTTP/Response/Encoding/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"