opnsense-ports/security/rubygem-doorkeeper/Makefile
Franco Fichtner 47286e38fc */*: sync with upstream
Taken from: HardenedBSD
2018-04-01 07:40:24 +02:00

20 lines
365 B
Makefile

# $FreeBSD$
PORTNAME= doorkeeper
PORTVERSION= 4.3.2
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
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>