mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
Changes: https://github.com/simi/omniauth-facebook/releases https://github.com/simi/omniauth-facebook/blob/master/CHANGELOG.md
19 lines
402 B
Makefile
19 lines
402 B
Makefile
PORTNAME= omniauth-facebook
|
|
PORTVERSION= 10.0.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Facebook OAuth2 Strategy for OmniAuth
|
|
WWW= https://github.com/simi/omniauth-facebook
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-bigdecimal>=0:math/rubygem-bigdecimal \
|
|
rubygem-omniauth-oauth2>=1.2<3:net/rubygem-omniauth-oauth2
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|