freebsd-ports/net/rubygem-omniauth-facebook/Makefile
2016-12-28 22:30:59 +00:00

20 lines
374 B
Makefile

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