opnsense-ports/security/rubygem-omniauth/Makefile
Franco Fichtner e7c35b82ea */*: sync with upstream
Taken from: HardenedBSD
2020-03-06 17:13:48 +01:00

22 lines
421 B
Makefile

# $FreeBSD$
PORTNAME= omniauth
PORTVERSION= 1.9.1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@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,3<3,3:www/rubygem-rack
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>