aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Firefox-Marionette/Makefile
blob: 36645b53b9994d595dd70b02be9157c2b9f243ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PORTNAME=	Firefox-Marionette
PORTVERSION=	1.00
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:DDICK
PKGNAMEPREFIX=	p5-

MAINTAINER=	bokutin@bokut.in
COMMENT=	Automate the Firefox browser with the Marionette protocol

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	firefox>0:www/firefox \
		p5-File-HomeDir>=0:devel/p5-File-HomeDir \
		p5-HTTP-Daemon>=0:www/p5-HTTP-Daemon \
		p5-HTTP-Message>=0:www/p5-HTTP-Message \
		p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL
RUN_DEPENDS=	p5-Config-INI>=0:devel/p5-Config-INI \
		p5-Crypt-URandom>=0:security/p5-Crypt-URandom \
		p5-JSON>=0:converters/p5-JSON \
		p5-URI>=0:net/p5-URI

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>