pkgsrc/devel/p5-Test-WWW-Selenium/Makefile
sno 630817c953 Updating devel/p5-Test-WWW-Selenium from 1.21nb1 to 1.23
Upstream changes:
1.23 - So Sep  5 2010
  - 3 Patches from Tom Hukins++ to clean up inc/, pod and the license.
  - Suggestion from So Matsui++ to restore HTTP POST from the 1.20 release.
  - http_method now defaults to POST but can be set to GET.

1.22 - Fri Apr  2 10:51:58 PDT 2010
  - Update URI::Encode dependency so we can depend on a consistent
    encoding of *firefox to %2Afirefox.
  - No code changes, just test fixes.
2010-09-06 05:03:48 +00:00

30 lines
940 B
Makefile

# $NetBSD: Makefile,v 1.8 2010/09/06 05:03:48 sno Exp $
#
DISTNAME= Test-WWW-Selenium-1.23
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
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"