89102a6fba
features for web application testing. The Test::WWW::Mechanize::Catalyst module meshes the two to allow easy testing of Catalyst applications without starting up a web server. Testing web applications has always been a bit tricky, normally starting a web server for your application and making real HTTP requests to it. This module allows you to test Catalyst web applications but does not start a server or issue HTTP requests. Instead, it passes the HTTP request object directly to Catalyst. Thus you do not need to use a real hostname: "http://localhost/" will do. WWW: http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/ PR: ports/129004 Submitted by: George Hartzell <hartzell at alerce.com>
26 lines
683 B
Makefile
26 lines
683 B
Makefile
# Ports collection makefile for: p5-Test-WWW-Mechanize-CGIApp
|
|
# Date created: September 01, 2008
|
|
# Whom: George Hartzell <hartzell@alerce.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-WWW-Mechanize-CGIApp
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= hartzell@alerce.com
|
|
COMMENT= Test::WWW::Mechanize for CGIApp
|
|
|
|
RUN_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
|
|
p5-Test-WWW-Mechanize>=1.14:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \
|
|
p5-HTTP-Request-AsCGI>=0:${PORTSDIR}/www/p5-HTTP-Request-AsCGI
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= 5.8.1+
|
|
|
|
MAN3= Test::WWW::Mechanize::CGIApp.3
|
|
|
|
.include <bsd.port.mk>
|