efd133d2a2
Changes: https://github.com/omniauth/omniauth/releases https://github.com/omniauth/omniauth/commits/master
21 lines
496 B
Makefile
21 lines
496 B
Makefile
PORTNAME= omniauth
|
|
PORTVERSION= 2.1.1
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Generalized Rack framework for multiple-provider authentication
|
|
WWW= https://github.com/omniauth/omniauth
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-hashie>=3.4.6:devel/rubygem-hashie \
|
|
rubygem-rack>=2.2.3,3:www/rubygem-rack \
|
|
rubygem-rack-protection>=0:www/rubygem-rack-protection
|
|
|
|
USES= cpe gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|