blob: 9e69c7f7cb9fd1f50f631e62798c3f28e0621089 (
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-oauth2
PORTVERSION= 1.3.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Abstract OAuth2 strategy for OmniAuth
LICENSE= MIT
RUN_DEPENDS= rubygem-oauth2>=1.0:${PORTSDIR}/net/rubygem-oauth2 \
rubygem-omniauth>=1.2:${PORTSDIR}/security/rubygem-omniauth
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|