mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
8c131d8408
Changes: http://search.cpan.org/dist/HTTP-Parser/Changes PR: ports/155532 Submitted by: TERAMOTO Masahiro <markun AT onohara.to> (maintainer)
27 lines
592 B
Makefile
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.06
|
|
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>
|