freebsd-ports/devel/rubygem-omniauth_crowd/Makefile
Matthias Fechner 24f8844e57 Update rails dep from 4 to 6.0 to get rid of unecessary dependencies in the gitlab installation.
PR:		248891
Approved by:	maintainer (timeout > 2 weeks)
2020-09-09 12:16:06 +00:00

23 lines
503 B
Makefile

# $FreeBSD$
PORTNAME= omniauth_crowd
PORTVERSION= 2.4.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ports@michael-fausten.de
COMMENT= OmniAuth provider for Atlassian Crowds REST API
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS?= rubygem-activesupport60>=0:devel/rubygem-activesupport60 \
rubygem-nokogiri>=1.4.4:textproc/rubygem-nokogiri \
rubygem-omniauth>=1.0:security/rubygem-omniauth
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>