aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth-bitbucket/Makefile
blob: fc5b568912dd5298528b0f7c778d24378b0a374c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	omniauth-bitbucket
PORTVERSION=	0.0.2
PORTREVISION=	1
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	OmniAuth strategy for Bitbucket

LICENSE=	MIT

RUN_DEPENDS=	rubygem-multi_json>=1.7<2:devel/rubygem-multi_json \
		rubygem-omniauth1>=1.1<2:security/rubygem-omniauth1 \
		rubygem-omniauth-oauth>=1.0<2:net/rubygem-omniauth-oauth

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>