freebsd-ports/security/rubygem-omniauth-bitbucket/Makefile
2019-12-28 07:41:25 +00:00

22 lines
437 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<2:devel/rubygem-multi_json \
rubygem-omniauth>=1.1<2:security/rubygem-omniauth \
rubygem-omniauth-oauth>=1.0<2:net/rubygem-omniauth-oauth
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>