Steve Wills 34071e6f11 devel/rubygem-omniauth_crowd: update to 2.4.0
PR:		224762
Approved by:	maintainer timeout (ports@michael-fausten.de, > 2 weeks)
2018-01-15 15:06:36 +00:00

23 lines
485 B
Makefile

# $FreeBSD$
PORTNAME= omniauth_crowd
PORTVERSION= 2.4.0
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-activesupport4>=0:devel/rubygem-activesupport4 \
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>