mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
22 lines
411 B
Makefile
22 lines
411 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= omniauth
|
|
PORTVERSION= 1.8.1
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Generalized Rack framework for multiple-provider authentication
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-hashie>=3.4.6:devel/rubygem-hashie \
|
|
rubygem-rack>=1.6.2:www/rubygem-rack
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|