pkgsrc/www/p5-HTTP-HeaderParser-XS/Makefile
abs afcdc53855 Added www/p5-HTTP-HeaderParser-XS version 0.20
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.
2014-02-06 12:08:50 +00:00

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"