aboutsummaryrefslogtreecommitdiff
path: root/www/geckodriver/Makefile
blob: 144a49d6d166edbb8d86158855e7f304b0c74fd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	geckodriver
DISTVERSIONPREFIX=	v
DISTVERSION=	0.36.0
CATEGORIES=	www

MAINTAINER=	daniel@blodan.se
COMMENT=	Proxy for using WebDriver clients with Gecko-based browsers
WWW=		https://github.com/mozilla/geckodriver

LICENSE=	MPL20

USES=	cargo cpe
USE_GITHUB=	yes
GH_ACCOUNT=	mozilla

CPE_VENDOR=	mozilla

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>