opnsense-ports/security/rubygem-omniauth/Makefile
Franco Fichtner e9e91b328a */*: sync with upstream
Taken from: FreeBSD
2015-06-15 07:19:01 +02:00

22 lines
446 B
Makefile

# $FreeBSD$
PORTNAME= omniauth
PORTVERSION= 1.2.2
PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Generalized Rack framework for multiple-provider authentication
LICENSE= MIT
RUN_DEPENDS= rubygem-hashie>=1.2:${PORTSDIR}/devel/rubygem-hashie \
rubygem-rack16>=1.0:${PORTSDIR}/www/rubygem-rack16
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>