diff options
author | pav <pav@FreeBSD.org> | 2005-09-16 05:08:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-16 05:08:34 +0800 |
commit | ea01f9e267c63948cb7ac551f9304690880433b3 (patch) | |
tree | 77cfbf90052b25d12449ccb77e8ee0d42eef93fe /www/selenium/Makefile | |
parent | 85b295c65e01ba54ac5a975dfa9a1736a2ff37b0 (diff) | |
download | freebsd-ports-gnome-ea01f9e267c63948cb7ac551f9304690880433b3.tar.gz freebsd-ports-gnome-ea01f9e267c63948cb7ac551f9304690880433b3.tar.zst freebsd-ports-gnome-ea01f9e267c63948cb7ac551f9304690880433b3.zip |
Selenium is a test tool for web applications. Selenium tests run
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>
Diffstat (limited to 'www/selenium/Makefile')
-rw-r--r-- | www/selenium/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/selenium/Makefile b/www/selenium/Makefile new file mode 100644 index 000000000000..ef2dc586fc43 --- /dev/null +++ b/www/selenium/Makefile @@ -0,0 +1,20 @@ +# 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> |