freebsd-ports/security/rubygem-doorkeeper/Makefile
2020-06-04 19:52:33 +00:00

21 lines
350 B
Makefile

# $FreeBSD$
PORTNAME= doorkeeper
PORTVERSION= 5.0.3
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= OAuth2 provider for Rails and Grape
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-railties60>=4.2:www/rubygem-railties60
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>