freebsd-ports/security/rubygem-omniauth-saml/Makefile
Sunpoet Po-Chuan Hsieh 16a0be9b6f - Fix gemspec for rubygem-ruby-saml 1.1.0 update
- Bump PORTREVISION for package change
2015-10-30 11:26:24 +00:00

23 lines
492 B
Makefile

# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
# $FreeBSD$
PORTNAME= omniauth-saml
PORTVERSION= 1.4.1
PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= OmniAuth strategy for SAML
LICENSE= MIT
RUN_DEPENDS= rubygem-omniauth>=1.1:${PORTSDIR}/security/rubygem-omniauth \
rubygem-ruby-saml>=1.0.0:${PORTSDIR}/security/rubygem-ruby-saml
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>