aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth-bitbucket/Makefile
blob: 2de5714187430c11e894e69afb4d4f5f8ce9e305 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	omniauth-bitbucket
PORTVERSION=	0.0.2
CATEGORIES=	security rubygems
MASTER_SITES=	RG

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

LICENSE=	MIT

RUN_DEPENDS=	rubygem-multi_json>=1.7:${PORTSDIR}/devel/rubygem-multi_json \
		rubygem-omniauth>=1.1:${PORTSDIR}/security/rubygem-omniauth \
		rubygem-omniauth-oauth>=1.0:${PORTSDIR}/net/rubygem-omniauth-oauth

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>