ports/net/rubygem-omniauth-salesforce/Makefile
Po-Chuan Hsieh d1b3fd1768
net/rubygem-omniauth-salesforce: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
- While I'm here, update version requirement of RUN_DEPENDS
- Bump PORTREVISION for dependency change
2021-07-15 00:10:58 +08:00

23 lines
484 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
PORTNAME= omniauth-salesforce
PORTVERSION= 1.0.5
PORTREVISION= 1
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-omniauth1>=1.0<2:security/rubygem-omniauth1 \
rubygem-omniauth-oauth2>=1.0<2:net/rubygem-omniauth-oauth2
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>