Test-WWW-Declare is a perl module of declarative testing
for your web app. WWW: http://search.cpan.org/dist/Test-WWW-Declare/ PR: ports/135509 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
4551607728
commit
a731e30732
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235780
5 changed files with 41 additions and 0 deletions
|
@ -1930,6 +1930,7 @@
|
|||
SUBDIR += p5-Test-Tester
|
||||
SUBDIR += p5-Test-Unit
|
||||
SUBDIR += p5-Test-UseAllModules
|
||||
SUBDIR += p5-Test-WWW-Declare
|
||||
SUBDIR += p5-Test-WWW-Mechanize
|
||||
SUBDIR += p5-Test-WWW-Mechanize-CGI
|
||||
SUBDIR += p5-Test-WWW-Mechanize-CGIApp
|
||||
|
|
24
devel/p5-Test-WWW-Declare/Makefile
Normal file
24
devel/p5-Test-WWW-Declare/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: devel/p5-Test-WWW-Declare
|
||||
# Date created: 12 June, 2009
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Test-WWW-Declare
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= Declarative testing for your web app
|
||||
|
||||
BUILD_DEPENDS= p5-Test-WWW-Mechanize>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::WWW::Declare.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Test-WWW-Declare/distinfo
Normal file
3
devel/p5-Test-WWW-Declare/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Test-WWW-Declare-0.02.tar.gz) = bee2ecefb28e2ec32b69623f410a2ba6
|
||||
SHA256 (Test-WWW-Declare-0.02.tar.gz) = 6b905c852742cb42baa89ec0be85eba5ace4b11c9fca3ffd07615a3c17fa222e
|
||||
SIZE (Test-WWW-Declare-0.02.tar.gz) = 20138
|
4
devel/p5-Test-WWW-Declare/pkg-descr
Normal file
4
devel/p5-Test-WWW-Declare/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Test-WWW-Declare is a perl module of declarative testing
|
||||
for your web app.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-WWW-Declare/
|
9
devel/p5-Test-WWW-Declare/pkg-plist
Normal file
9
devel/p5-Test-WWW-Declare/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
%%SITE_PERL%%/Test/WWW/Declare/Tester.pm
|
||||
%%SITE_PERL%%/Test/WWW/Declare.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/WWW/Declare/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/WWW/Declare
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/WWW
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
||||
@dirrmtry %%SITE_PERL%%/Test/WWW/Declare
|
||||
@dirrmtry %%SITE_PERL%%/Test/WWW
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
Loading…
Reference in a new issue