Merge branch 'staged'
[dports.git] / security / rubygem-doorkeeper-rails61 / Makefile
1 PORTNAME=       doorkeeper
2 PORTVERSION=    5.6.6
3 CATEGORIES=     security rubygems
4 MASTER_SITES=   RG
5 PKGNAMESUFFIX=  -rails61
6
7 MAINTAINER=     bofh@FreeBSD.org
8 COMMENT=        OAuth2 provider for Rails and Grape
9 WWW=            https://github.com/doorkeeper-gem/doorkeeper
10
11 LICENSE=        MIT
12 LICENSE_FILE=   ${WRKSRC}/MIT-LICENSE
13
14 RUN_DEPENDS=    rubygem-railties61>=5:www/rubygem-railties61
15
16 USES=           cpe gem
17
18 NO_ARCH=        yes
19
20 CPE_VENDOR=     doorkeeper_project
21
22 .include <bsd.port.mk>