forked from Lainports/freebsd-ports
22 lines
459 B
Makefile
22 lines
459 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= omniauth-atlassian-oauth2
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= An Atlassian OAuth2 strategy for OmniAuth
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-omniauth>=1.1.1:security/rubygem-omniauth \
|
|
rubygem-omniauth-oauth2>=1.1.1:net/rubygem-omniauth-oauth2
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|