mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
21 lines
504 B
Makefile
21 lines
504 B
Makefile
PORTNAME= omniauth-cas
|
|
PORTVERSION= 3.0.1
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Central Authentication Service (CAS) strategy for OmniAuth
|
|
WWW= https://github.com/dlindahl/omniauth-cas
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=2.8<3:www/rubygem-addressable \
|
|
rubygem-nokogiri>=1.12<2:textproc/rubygem-nokogiri \
|
|
rubygem-omniauth>=2.1<3:security/rubygem-omniauth
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|