aboutsummaryrefslogtreecommitdiffstats
path: root/security/rubygem-doorkeeper/Makefile
blob: 0e84504f4d1fc23494d5dbb294458a42e92fd5a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	doorkeeper
PORTVERSION=	5.8.2
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	OAuth2 provider for Rails and Grape
WWW=		https://github.com/doorkeeper-gem/doorkeeper

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

RUN_DEPENDS=	rubygem-railties61>=5:www/rubygem-railties61

USES=		cpe gem

NO_ARCH=	yes

CPE_VENDOR=	doorkeeper_project

.include <bsd.port.mk>