forked from Lainports/freebsd-ports
Changes: https://github.com/omniauth/omniauth-saml/releases Changes: https://github.com/omniauth/omniauth-saml/blob/master/CHANGELOG.md
20 lines
424 B
Makefile
20 lines
424 B
Makefile
PORTNAME= omniauth-saml
|
|
PORTVERSION= 2.2.1
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= OmniAuth strategy for SAML
|
|
WWW= https://github.com/omniauth/omniauth-saml
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-omniauth>=2.1<3:security/rubygem-omniauth \
|
|
rubygem-ruby-saml>=1.17<2:security/rubygem-ruby-saml
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|