blob: d6e47fda9fac3262b99b468b14ead9ecfc7a9bc6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= doorkeeper
PORTVERSION= 5.6.5
CATEGORIES= security rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails5
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-railties5>=5:www/rubygem-railties5
USES= cpe gem
NO_ARCH= yes
CPE_VENDOR= doorkeeper_project
.include <bsd.port.mk>
|