2013-10-21 04:10:23 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= omniauth-google-oauth2
|
2015-05-27 15:12:20 +02:00
|
|
|
PORTVERSION= 0.2.6
|
2013-10-21 04:10:23 +02:00
|
|
|
CATEGORIES= net rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
|
|
COMMENT= Google OAuth2 strategy for OmniAuth 1.x
|
|
|
|
|
2014-01-02 21:59:28 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
|
|
|
RUN_DEPENDS= rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth \
|
2014-08-31 05:13:20 +02:00
|
|
|
rubygem-omniauth-oauth2>=1.1:${PORTSDIR}/net/rubygem-omniauth-oauth2
|
2013-10-21 04:10:23 +02:00
|
|
|
|
2015-06-13 17:35:04 +02:00
|
|
|
NO_ARCH= yes
|
2013-10-21 04:10:23 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|