mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
23 lines
397 B
Makefile
23 lines
397 B
Makefile
# 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>
|