pkgsrc/www/p5-HTTP-Response-Encoding/Makefile
sno a7b9be4cbb Updating package for p5 module HTTP::Response::Encoding from 0.05 to 0.06
pkgsrc changes:
  - Adding license information

Upstream changes:
$Revision: 0.6 $ $Date: 2009/07/28 21:25:25 $
! lib/HTTP/Response/Encoding.pm t/01-file.t
  Addressed RT#47033:
    new libwww-perl-5.827 release from 15.06.2009 breaks all tests
  (Tested both on lwp5.826 and lwp5.830)
  http://rt.cpan.org/Ticket/Display.html?47033
2009-08-09 13:06:46 +00:00

24 lines
668 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/08/09 13:06:46 sno Exp $
#
DISTNAME= HTTP-Response-Encoding-0.06
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
LICENSE= ${PERL5_LICENSE}
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"