2003-01-12 04:59:22 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= HTTP-WebTest
|
2004-02-20 15:39:56 +01:00
|
|
|
PORTVERSION= 2.04
|
2005-10-29 17:47:20 +02:00
|
|
|
PORTREVISION= 1
|
2003-01-12 04:59:22 +01:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-01-12 04:59:22 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
2003-02-22 08:48:51 +01:00
|
|
|
COMMENT= Tests remote URLs or local web files
|
2003-01-12 04:59:22 +01:00
|
|
|
|
- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.
- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
Encode, Digest, Pod::Parser, File::Spec.
2010-01-16 15:45:49 +01:00
|
|
|
BUILD_DEPENDS= \
|
2012-06-03 12:48:36 +02:00
|
|
|
p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \
|
|
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
|
|
p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \
|
2003-01-12 04:59:22 +01:00
|
|
|
|
2013-09-02 11:44:14 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2004-02-20 15:39:56 +01:00
|
|
|
INSTALL_TARGET= pure_install
|
2003-01-12 04:59:22 +01:00
|
|
|
|
|
|
|
MAN1= wt.1
|
|
|
|
MAN3= Bundle::HTTP::WebTest.3 \
|
|
|
|
HTTP::WebTest.3 HTTP::WebTest::API.3 \
|
|
|
|
HTTP::WebTest::Cookbook.3 HTTP::WebTest::Cookies.3 \
|
|
|
|
HTTP::WebTest::Parser.3 HTTP::WebTest::Plugin.3 \
|
|
|
|
HTTP::WebTest::Plugin::Click.3 \
|
|
|
|
HTTP::WebTest::Plugin::ContentSizeTest.3 \
|
|
|
|
HTTP::WebTest::Plugin::Cookies.3 \
|
|
|
|
HTTP::WebTest::Plugin::DefaultReport.3 \
|
|
|
|
HTTP::WebTest::Plugin::Delay.3 \
|
|
|
|
HTTP::WebTest::Plugin::HarnessReport.3 \
|
|
|
|
HTTP::WebTest::Plugin::Hooks.3 \
|
|
|
|
HTTP::WebTest::Plugin::Loader.3 \
|
|
|
|
HTTP::WebTest::Plugin::ResponseTimeTest.3 \
|
|
|
|
HTTP::WebTest::Plugin::SetRequest.3 \
|
|
|
|
HTTP::WebTest::Plugin::StatusTest.3 \
|
|
|
|
HTTP::WebTest::Plugin::TextMatchTest.3 \
|
|
|
|
HTTP::WebTest::Plugins.3 HTTP::WebTest::ReportPlugin.3 \
|
|
|
|
HTTP::WebTest::Request.3 HTTP::WebTest::SelfTest.3 \
|
|
|
|
HTTP::WebTest::Test.3 HTTP::WebTest::TestResult.3 \
|
|
|
|
HTTP::WebTest::Utils.3
|
|
|
|
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|