freebsd-ports/security/rubygem-omniauth-shibboleth12/Makefile
Torsten Zuehlsdorff 20abeb6774 Bring back dependencies needed to prepare the update of www/gitlab to 10.4
Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by:  swills, tz
2018-02-15 16:59:19 +00:00

22 lines
379 B
Makefile

# $FreeBSD$
PORTNAME= omniauth-shibboleth
PORTVERSION= 1.2.1
CATEGORIES= security rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 12
MAINTAINER= idefix@fechner.net
COMMENT= OmniAuth Shibboleth strategies for OmniAuth 1.x
LICENSE= MIT
RUN_DEPENDS= rubygem-omniauth>=1.0:security/rubygem-omniauth
PORTSCOUT= limit:^1\.2
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>