opnsense-ports/security/rubygem-omniauth-cas/Makefile
Franco Fichtner 6c54ab69a0 */*: sync with upstream
Taken from: HardenedBSD
2021-07-21 08:08:56 +02:00

21 lines
472 B
Makefile

PORTNAME= omniauth-cas
PORTVERSION= 2.0.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Central Authentication Service (CAS) strategy for OmniAuth
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-addressable>=2.3<3:www/rubygem-addressable \
rubygem-nokogiri>=1.5<2:textproc/rubygem-nokogiri \
rubygem-omniauth1>=1.2<2:security/rubygem-omniauth1
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>