freebsd-ports/devel/rubygem-omniauth_crowd22/Makefile
Matthias Fechner c31ceab7eb Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D15270
2018-05-09 10:43:26 +00:00

25 lines
523 B
Makefile

# $FreeBSD$
PORTNAME= omniauth_crowd
PORTVERSION= 2.2.3
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-activesupport4>=0:devel/rubygem-activesupport4 \
rubygem-nokogiri>=1.4.4:textproc/rubygem-nokogiri \
rubygem-omniauth>=1.0:security/rubygem-omniauth
PORTSCOUT= limit:^2\.2
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>