mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
83f90c67a9
- Update WWW Changes: https://github.com/omniauth/omniauth-oauth2/commits/master
22 lines
394 B
Makefile
22 lines
394 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= omniauth-oauth2
|
|
PORTVERSION= 1.5.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Abstract OAuth2 strategy for OmniAuth
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-oauth2>=1.1:net/rubygem-oauth2 \
|
|
rubygem-omniauth>=1.2:security/rubygem-omniauth
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|