freebsd-ports/security/rubygem-omniauth-cas3/Makefile
Sunpoet Po-Chuan Hsieh 88e95d46b5 Cosmetic change
2019-03-09 14:38:21 +00:00

24 lines
513 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= omniauth-cas3
PORTVERSION= 1.1.4
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= CAS 3.0 Strategy for OmniAuth
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-addressable>=2.3:www/rubygem-addressable \
rubygem-nokogiri>=1.7.1:textproc/rubygem-nokogiri \
rubygem-omniauth>=1.2:security/rubygem-omniauth
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>