pkgsrc/www/p5-HTTP-Body/Makefile
seb 8f534a269a Update p5-HTTP-Body from version 1.07nb1 to version 1.09.
Pkgsrc changes:
- adjust dependencies
- set PERL5_MODULE_TYPE to Module::Install::Bundled
- placate pkglint about whitespace

Upstream changes:
1.09    Thu 19 Aug 2010 19:08:55 UTC
        - remove blib for PAUSE indexing.

1.08    Thu 19 Aug 2010 18:08:42 UTC
        - Temp files now preserve the suffix of the uploaded file. This makes
          it possible to feed the file directly into a mime-type-determing
          module that may rely on this suffix as part of its heuristic. (Dave
          Rolsky)
        - Fix for RT#54443 Xforms buffering incorrectly (Simon Elliott)
        - Move to Dist::Zilla
2010-08-29 13:30:06 +00:00

24 lines
634 B
Makefile

# $NetBSD: Makefile,v 1.8 2010/08/29 13:30:06 seb Exp $
DISTNAME= HTTP-Body-1.09
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-Body/
COMMENT= HTTP Body Parser
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-libwww>=0:../../www/p5-libwww
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/HTTP/Body/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"