mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
22 lines
366 B
Makefile
22 lines
366 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= doorkeeper
|
|
PORTVERSION= 5.0.1
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Doorkeeper is an OAuth 2 provider for Rails and Grape
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-railties4>=4.2:www/rubygem-railties4
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|