mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
23 lines
474 B
Makefile
23 lines
474 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= omniauth-salesforce
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= OmniAuth strategy for salesforce.com
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-omniauth>=1.0:security/rubygem-omniauth \
|
|
rubygem-omniauth-oauth2>=1.0:net/rubygem-omniauth-oauth2
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|