mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Update to 1.35.
Changes: http://search.cpan.org/dist/Test-WWW-Selenium/Changes
This commit is contained in:
parent
f23d543f2c
commit
f949c7bdf1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309985
@ -1,12 +1,8 @@
|
||||
# New ports collection makefile for: devel/p5-Test-WWW-Selenium
|
||||
# Date created: 12 June, 2009
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# Created by: Wen Heping <wenheping@gmail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Test-WWW-Selenium
|
||||
PORTVERSION= 1.33
|
||||
PORTVERSION= 1.35
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -17,7 +13,8 @@ COMMENT= Perl driver and test library for Selenium Remote Control (SRC)
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-Devel-REPL>=0:${PORTSDIR}/devel/p5-Devel-REPL
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
@ -26,7 +23,8 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::WWW::Selenium.3 \
|
||||
MAN3= Devel::REPL::Plugin::Selenium.3 \
|
||||
Test::WWW::Selenium.3 \
|
||||
WWW::Selenium::Util.3 \
|
||||
WWW::Selenium.3
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Test-WWW-Selenium-1.33.tar.gz) = 8187b344b9d205e0d2fe29cd7c26d1176bf5ce7ea48097ac4e9771d879c87a95
|
||||
SIZE (Test-WWW-Selenium-1.33.tar.gz) = 96679
|
||||
SHA256 (Test-WWW-Selenium-1.35.tar.gz) = 927a0334a26783e6850c9a2c96dc9fb3697859aa9105222dd02d7febf49fa4c3
|
||||
SIZE (Test-WWW-Selenium-1.35.tar.gz) = 66871
|
||||
|
@ -1,12 +1,16 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/WWW/Selenium/.packlist
|
||||
%%SITE_PERL%%/Devel/REPL/Plugin/Selenium.pm
|
||||
%%SITE_PERL%%/Test/WWW/Selenium.pm
|
||||
%%SITE_PERL%%/Test/WWW/mypod2html.pl
|
||||
%%SITE_PERL%%/WWW/Selenium.pm
|
||||
%%SITE_PERL%%/WWW/Selenium/Util.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/WWW/Selenium/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/WWW/Selenium
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/WWW
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
||||
@dirrmtry %%SITE_PERL%%/WWW/Selenium
|
||||
@dirrmtry %%SITE_PERL%%/WWW
|
||||
@dirrmtry %%SITE_PERL%%/Test/WWW
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
||||
@dirrmtry %%SITE_PERL%%/Devel/REPL/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/Devel/REPL
|
||||
@dirrmtry %%SITE_PERL%%/Devel
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/WWW/Selenium
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/WWW
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
||||
|
Loading…
Reference in New Issue
Block a user