freebsd-ports/www/selenium/Makefile
Pav Lucistnik 4dfc6207de - Update to 0.6.1
PR:		ports/88892
Submitted by:	kaworu <kaworu@users.sourceforge.jp> (maintainer)
2005-11-13 00:28:44 +00:00

25 lines
463 B
Makefile

# New ports collection makefile for: selenium
# Date created: 28 July 2005
# Whom: 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
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>