opnsense-ports/devel/rubygem-omniauth_crowd/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

22 lines
524 B
Makefile

PORTNAME= omniauth_crowd
PORTVERSION= 2.4.0
PORTREVISION= 3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= OmniAuth provider for Atlassian Crowds REST API
WWW= https://github.com/robdimarco/omniauth_crowd
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS?= rubygem-activesupport61>=0:devel/rubygem-activesupport61 \
rubygem-nokogiri>=1.4.4:textproc/rubygem-nokogiri \
rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>