opnsense-ports/net/rubygem-gitlab_omniauth-ldap/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
525 B
Makefile

# $FreeBSD$
PORTNAME= gitlab_omniauth-ldap
PORTVERSION= 1.1.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= LDAP strategy for OmniAuth
RUN_DEPENDS= rubygem-net-ldap>=0.3.1:${PORTSDIR}/net/rubygem-net-ldap \
rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth \
rubygem-pyu-ruby-sasl>=0.0.3.1:${PORTSDIR}/security/rubygem-pyu-ruby-sasl \
rubygem-rubyntlm>=0.1.1:${PORTSDIR}/net/rubygem-rubyntlm
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>