diff options
author | seb <seb> | 2008-09-09 00:04:32 +0000 |
---|---|---|
committer | seb <seb> | 2008-09-09 00:04:32 +0000 |
commit | 9cbda54d4b43a671e2387cf1356823996c4bbe0a (patch) | |
tree | e868f851d178ea7b1927082b897b71593f7c5eda /devel/p5-Test-WWW-Selenium/Makefile | |
parent | 57d636bc454155cdbed673ae4a118428ebd9e84b (diff) | |
download | pkgsrc-9cbda54d4b43a671e2387cf1356823996c4bbe0a.tar.gz |
Initial import of p5-Test-WWW-Selenium version 1.15 in the NetBSD
Packages Collection.
The Perl 5 module Test::WWW::Selenium is a subclass of WWW::Selenium,
a perl client for the Selenium Remote Control test tool, that
provides convenient testing functions.
Diffstat (limited to 'devel/p5-Test-WWW-Selenium/Makefile')
-rw-r--r-- | devel/p5-Test-WWW-Selenium/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/p5-Test-WWW-Selenium/Makefile b/devel/p5-Test-WWW-Selenium/Makefile new file mode 100644 index 00000000000..4cbe4d0f7e4 --- /dev/null +++ b/devel/p5-Test-WWW-Selenium/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/09/09 00:04:32 seb Exp $ +# + +DISTNAME= Test-WWW-Selenium-1.15 +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 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Test/WWW/Selenium/.packlist + +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 +BUILD_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |