d8ba2a65f3
Packages Collection. The Perl 5 module HTTP::Parser::XS is a fast, primitive HTTP request parser that can be used either for writing a synchronous HTTP server or a event-driven server.
19 lines
539 B
Makefile
19 lines
539 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/10 19:38:40 seb Exp $
|
|
|
|
DISTNAME= HTTP-Parser-XS-0.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
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
|
|
|
|
PERL5_PACKLIST= auto/HTTP/Parser/XS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|