freebsd-ports/net/rubygem-omniauth-facebook/Makefile
2015-06-23 12:22:28 +00:00

21 lines
416 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= omniauth-facebook
PORTVERSION= 2.0.1
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:${PORTSDIR}/net/rubygem-omniauth-oauth2
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>