Update security/courier-authlib-base to version 0.66.1_2
[dports.git] / security / rubygem-omniauth / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       omniauth
4 PORTVERSION=    1.1.4
5 CATEGORIES=     security rubygems
6 MASTER_SITES=   RG
7
8 MAINTAINER=     ruby@FreeBSD.org
9 COMMENT=        Generalized Rack framework for multiple-provider authentication
10
11 RUN_DEPENDS=    rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \
12                 rubygem-hashie>=1.2:${PORTSDIR}/devel/rubygem-hashie
13
14 USE_RUBY=       yes
15 USE_RUBYGEMS=   yes
16 RUBYGEM_AUTOPLIST=      yes
17
18
19 .include <bsd.port.mk>