freebsd-ports/security/rubygem-omniauth-shibboleth/Makefile
2021-07-15 00:10:50 +08:00

19 lines
343 B
Makefile

PORTNAME= omniauth-shibboleth
PORTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= OmniAuth Shibboleth strategies for OmniAuth 1.x
LICENSE= MIT
RUN_DEPENDS= rubygem-omniauth1>=1.0.0:security/rubygem-omniauth1
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>