1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net/rubygem-omniauth-facebook4/Makefile
2021-04-06 16:31:07 +02:00

24 lines
408 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= omniauth-facebook
PORTVERSION= 4.0.0
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Facebook OAuth2 Strategy for OmniAuth
LICENSE= MIT
RUN_DEPENDS= rubygem-omniauth-oauth2>=1.2<2:net/rubygem-omniauth-oauth2
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^4\.
.include <bsd.port.mk>