9f23c4c25c
directly in a browsers, just as real users do. And they run in Internet Explorer, Mozilla and Firefox on Windows, Linux and Macintosh. No other test tool covers such a wide array of platforms. PR: ports/84687 Submitted by: kaworu <kaworu@users.sourceforge.jp>
21 lines
401 B
Makefile
21 lines
401 B
Makefile
# New ports collection makefile for: selenium
|
|
# Date created: 28 July 2005
|
|
# Whom: kaworu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= selenium
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/15968
|
|
|
|
MAINTAINER= kaworu@users.sourceforge.jp
|
|
COMMENT= Selenium is web application test tool!
|
|
|
|
MAN1= selenium.1
|
|
HAS_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|