mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add p5-Test-WWW-Mechanize-CGI 0.1, test CGI applications with
Test::WWW::Mechanize.
This commit is contained in:
parent
6932f3161d
commit
05a0455270
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223368
@ -1810,6 +1810,7 @@
|
||||
SUBDIR += p5-Test-Unit
|
||||
SUBDIR += p5-Test-UseAllModules
|
||||
SUBDIR += p5-Test-WWW-Mechanize
|
||||
SUBDIR += p5-Test-WWW-Mechanize-CGI
|
||||
SUBDIR += p5-Test-WWW-Mechanize-CGIApp
|
||||
SUBDIR += p5-Test-WWW-Mechanize-Catalyst
|
||||
SUBDIR += p5-Test-Warn
|
||||
|
25
devel/p5-Test-WWW-Mechanize-CGI/Makefile
Normal file
25
devel/p5-Test-WWW-Mechanize-CGI/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: devel/p5-Test-WWW-Mechanize-CGI
|
||||
# Date created: 25 November 2008
|
||||
# Whom: Lars Thegler <lth@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Test-WWW-Mechanize-CGI
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lth@FreeBSD.org
|
||||
COMMENT= Test CGI applications with Test::WWW::Mechanize
|
||||
|
||||
RUN_DEPENDS= p5-WWW-Mechanize-CGI>=0.2:${PORTSDIR}/www/p5-WWW-Mechanize-CGI \
|
||||
p5-Test-WWW-Mechanize>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::WWW::Mechanize::CGI.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Test-WWW-Mechanize-CGI/distinfo
Normal file
3
devel/p5-Test-WWW-Mechanize-CGI/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Test-WWW-Mechanize-CGI-0.1.tar.gz) = 55fea6cdaa85433060c3d55a4982272e
|
||||
SHA256 (Test-WWW-Mechanize-CGI-0.1.tar.gz) = a576a0b22e3bd1afc9274fc563b037aeee77713849c9ebf6a6ad4415c16c9c2f
|
||||
SIZE (Test-WWW-Mechanize-CGI-0.1.tar.gz) = 1621
|
4
devel/p5-Test-WWW-Mechanize-CGI/pkg-descr
Normal file
4
devel/p5-Test-WWW-Mechanize-CGI/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Provides a convenient way of testing CGI applications without a
|
||||
external daemon.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-WWW-Mechanize-CGI/
|
9
devel/p5-Test-WWW-Mechanize-CGI/pkg-plist
Normal file
9
devel/p5-Test-WWW-Mechanize-CGI/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/Test/WWW/Mechanize/CGI.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/WWW/Mechanize/CGI/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/WWW/Mechanize/CGI
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/WWW/Mechanize
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/WWW
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
||||
@dirrmtry %%SITE_PERL%%/Test/WWW/Mechanize
|
||||
@dirrmtry %%SITE_PERL%%/Test/WWW
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
Loading…
Reference in New Issue
Block a user