f3a28dc8ea
- Two tests are failed when $ENV{HTTP_TIMEOUT} and $ENV{HTTP_PROXY} is defined. Fix them.
55 lines
1.6 KiB
Makefile
55 lines
1.6 KiB
Makefile
# New ports collection makefile for: HTTP::Engine
|
|
# Date created: 20 Jan 2009
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTTP-Engine
|
|
PORTVERSION= 0.03005
|
|
PORTREVISION= 2
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for HTTP Server Engine Drivers
|
|
|
|
BUILD_DEPENDS= \
|
|
p5-Any-Moose>=0.13:${PORTSDIR}/devel/p5-Any-Moose \
|
|
p5-CGI-Simple>=1.103:${PORTSDIR}/www/p5-CGI-Simple \
|
|
p5-Filter>0:${PORTSDIR}/devel/p5-Filter \
|
|
p5-HTTP-Body>=1.05:${PORTSDIR}/www/p5-HTTP-Body \
|
|
p5-HTTP-Headers-Fast>=0.11:${PORTSDIR}/www/p5-HTTP-Headers-Fast \
|
|
p5-HTTP-Server-Simple>=0.35:${PORTSDIR}/www/p5-HTTP-Server-Simple \
|
|
p5-Mouse>=0.62:${PORTSDIR}/devel/p5-Moose \
|
|
p5-URI>=1.36:${PORTSDIR}/net/p5-URI
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= \
|
|
p5-HTTP-Request-AsCGI>0:${PORTSDIR}/www/p5-HTTP-Request-AsCGI \
|
|
p5-YAML>0:${PORTSDIR}/textproc/p5-YAML \
|
|
p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy \
|
|
p5-MouseX-Types>=0.05:${PORTSDIR}/devel/p5-MouseX-Types
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTTP::Engine.3 \
|
|
HTTP::Engine::Cookbook.3 \
|
|
HTTP::Engine::Interface::CGI.3 \
|
|
HTTP::Engine::Interface::FCGI.3 \
|
|
HTTP::Engine::Interface::ModPerl.3 \
|
|
HTTP::Engine::Interface::POE.3 \
|
|
HTTP::Engine::Interface::PSGI.3 \
|
|
HTTP::Engine::Interface::ServerSimple.3 \
|
|
HTTP::Engine::Interface::Standalone.3 \
|
|
HTTP::Engine::Interface::Test.3 \
|
|
HTTP::Engine::MinimalCGI.3 \
|
|
HTTP::Engine::Request.3 \
|
|
HTTP::Engine::Request::Upload.3 \
|
|
HTTP::Engine::Response.3 \
|
|
HTTP::Engine::Role::Interface.3 \
|
|
HTTP::Engine::Test::Request.3 \
|
|
HTTP::Engine::Types::Core.3
|
|
|
|
.include <bsd.port.mk>
|