1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/www/p5-HTTP-Parser/Makefile
Martin Wilke c380f6be74 HTTP::Parser is a stateful HTTP request/response parsing module.
It accepts chunks of data passed to it and returns either a completion hint
or an HTTP::Request (or Response) object when it has the entire request. It
was originally written to be part of a simple Event.pm-based HTTP server.

WWW:	http://search.cpan.org/dist/HTTP-Parser/

PR:		ports/120159
Submitted by:	Masahiro Teramoto <markun at onohara.to>
2008-02-16 13:45:51 +00:00

27 lines
592 B
Makefile

# New ports collection makefile for: p5-HTTP-Parser
# Date created: 2008-01-30
# Whom: Masahiro Teramoto <markun@onohara.to>
#
# $FreeBSD$
#
PORTNAME= HTTP-Parser
PORTVERSION= 0.04
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= Parse HTTP/1.1 request into HTTP::Request/Response object
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-URI>=0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-URI>=0:${PORTSDIR}/net/p5-URI
PERL_CONFIGURE= yes
MAN3= HTTP::Parser.3
.include <bsd.port.mk>