freebsd-ports/net/rubygem-omniauth-facebook/Makefile
2014-10-09 21:01:50 +00:00

19 lines
402 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= omniauth-facebook
PORTVERSION= 2.0.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Facebook OAuth2 Strategy for OmniAuth
RUN_DEPENDS= rubygem-omniauth-oauth2>=1.2:${PORTSDIR}/net/rubygem-omniauth-oauth2
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>