opnsense-ports/security/rubygem-omniauth-shibboleth12/Makefile
Franco Fichtner 7ddbb7c0f1 */*: sync with upstream
Taken from: HardenedBSD
2018-05-13 16:20:27 +02:00

22 lines
381 B
Makefile

# $FreeBSD$
PORTNAME= omniauth-shibboleth
PORTVERSION= 1.2.1
CATEGORIES= security rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 12
MAINTAINER= mfechner@FreeBSD.org
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>