ac601fbebe
Pkgsrc changes: o Change one BUILD_DEPENDS to a full DEPENDS (p5-libwww) Upstream changes: 1.17 - Tue 30 Dec 2008 00:12:53 PST - Allow no_locator methods to be subclassable - Thanks to Michael Hendricks of Grant Street Group.
25 lines
822 B
Makefile
25 lines
822 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/01/04 23:14:57 he Exp $
|
|
#
|
|
|
|
DISTNAME= Test-WWW-Selenium-1.17
|
|
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
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
DEPENDS+= p5-URI>=1.35:../../www/p5-URI
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|