opnsense-ports/devel/rubygem-omniauth_crowd/Makefile
Franco Fichtner e7b7bfc9f2 */*: sync with upstream
Taken from: FreeBSD
2015-11-24 07:04:24 +01:00

23 lines
551 B
Makefile

# $FreeBSD$
PORTNAME= omniauth_crowd
PORTVERSION= 2.2.3
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:${PORTSDIR}/devel/rubygem-activesupport4 \
rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri \
rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>