Upstream changes: 1.33 - Tue Apr 24 17:55:17 PDT 2012 - Remove debug() shell - it was too troublesome I may re-implement this later as a separate package 1.32 - Tue Feb 7 19:55:00 PST 2012 - Make Devel::REPL a runtime requirement - thx haarg++ 1.31 - Wed Dec 7 22:59:01 EST 2011 - pod parsing fix for metacpan. 1.30 - Wed Dec 7 22:59:01 EST 2011 - Added ->debug(), an interactive debugger. 1.25 - Wed Apr 27 23:47:49 EDT 2011 - Bumped WWW::Selenium version - thanks Leah K. - Localize $@ during destruction so we do not clobber it. Reported by Jason S - Testsuite fully passing again with latest SeleniumRC (1.0.3) 1.24 - Mon Feb 7 10:28:32 PST 2011 - clean up pod after nudge from Dave Cross - fix synopsis to set the test name correctly - thanks Herbert Leitz
29 lines
925 B
Makefile
29 lines
925 B
Makefile
# $NetBSD: Makefile,v 1.10 2012/08/31 12:06:36 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Test-WWW-Selenium-1.33
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5 www
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-WWW-Selenium/
|
|
COMMENT= Perl 5 module to test applications using Selenium Remote Control
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/WWW/Selenium/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
# contains URI::Escape 3.30
|
|
DEPENDS+= p5-URI>=1.54:../../www/p5-URI
|
|
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= p5-Test-Mock-LWP-[0-9]*:../../devel/p5-Test-Mock-LWP
|
|
BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|