aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-oauth/Makefile
blob: bf792aec9142e7da3cce49b5111e9ec7eabe82e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

PORTNAME=	omniauth-oauth
PORTVERSION=	1.1.0
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Generic OAuth strategy for OmniAuth

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.md

RUN_DEPENDS=	rubygem-oauth>=0:net/rubygem-oauth \
		rubygem-omniauth>=1.0:security/rubygem-omniauth

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>