freebsd-ports/devel/rubygem-omniauth_crowd22/Makefile
Matthias Fechner ec14bcc711 Change rubygem ports required by www/gitlab-ce to rails52.
Currently a lot of ports www/gitlab-ce is using pulls rails 5.0 and 5.2 ports as dependencies in.
To reduce the number of ports required, the attached patch switches all required ports to rails 5.2.

I carefully tested it, if I oversaw a port, please let me know.

Differential Revision:	https://reviews.freebsd.org/D22220
2019-12-07 10:31:38 +00:00

27 lines
542 B
Makefile

# $FreeBSD$
PORTNAME= omniauth_crowd
PORTVERSION= 2.2.3
PORTREVISION= 2
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 22
MAINTAINER= mfechner@FreeBSD.org
COMMENT= OmniAuth provider for Atlassian Crowds REST API
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS?= rubygem-activesupport52>=0:devel/rubygem-activesupport52 \
rubygem-nokogiri>=1.4.4:textproc/rubygem-nokogiri \
rubygem-omniauth>=1.0:security/rubygem-omniauth
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^2\.2
.include <bsd.port.mk>