blob: f897efdc498fe91a9fe102f4c19b9b69ce205fe8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: kaworu
# $FreeBSD$
PORTNAME= selenium
PORTVERSION= 0.6.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= ${PORTNAME}/17210
MAINTAINER= kaworu@users.sourceforge.jp
COMMENT= Selenium is web application test tool!
MAN1= selenium.1
HAS_CONFIGURE= yes
SUB_FILES= pkg-message
NO_STAGE= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|