8eb21b82d0
Changes from previous: 0.14 - do not include '#' and the following characters in URI in PATH_INFO or QUERY_STRING 0.13 - fix compile error on GCC < 3 (RT #63074) 0.12 - fix undeclared dependency on URI::Escape (RT #62716) - fix parsing of protocol version in the pure perl impl to exactly match that of XS 0.11 - fix build error due to the use of Module::Install::ReadmeMarkdownFromPod (RT #62589) 0.10 - support for HTTP response parsing (by gfx,mala,tokuhirom)
20 lines
586 B
Makefile
20 lines
586 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/11/17 09:11:04 hiramatsu Exp $
|
|
|
|
DISTNAME= HTTP-Parser-XS-0.14
|
|
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-Parser-XS/
|
|
COMMENT= Perl 5 module providing a fast, primitive HTTP request parser
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/HTTP/Parser/XS/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|