opnsense-ports/security/rubygem-omniauth-bitbucket/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

21 lines
479 B
Makefile

PORTNAME= omniauth-bitbucket
PORTVERSION= 0.0.2
PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= OmniAuth strategy for Bitbucket
WWW= https://github.com/sishen/omniauth-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
NO_ARCH= yes
.include <bsd.port.mk>