This module parses HTTP headers using a C++ state machine. (Hence this being an XS module.) The goal is to be fast, not necessarily to do everything you could ever want. Headers are not static, you can parse them, munge them, or even build them using this module. See the SYNOPSIS for more information on how to use this module.
17 lines
506 B
Makefile
17 lines
506 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2014/02/06 12:08:50 abs Exp $
|
|
|
|
DISTNAME= HTTP-HeaderParser-XS-0.20
|
|
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-HeaderParser-XS/
|
|
COMMENT= XS extension for processing HTTP headers
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= c++
|
|
PERL5_PACKLIST= auto/HTTP/HeaderParser/XS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|