freebsd-ports/security/rubygem-omniauth-bitbucket/Makefile
Michael Moll 0d90cdcf75 new port: security/omniauth-bitbucket
Ruby gem to add an OmniAuth strategy for Atlassian Bitbucket.

WWW: https://github.com/sishen/omniauth-bitbucket

PR:		199780
Differential Revision:	https://reviews.freebsd.org/D2467
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by:	swills (mentor), mat (mentor)
2015-05-09 16:27:14 +00:00

21 lines
483 B
Makefile

# $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>