Files
ports/security/rubygem-doorkeeper/Makefile
Matthias Fechner f4511dc4a7 */*: Make rails 6.1.3 available
The upgrade of rails to 6.1.4 broke www/gitlab-ce.
PR:		258855
2021-10-05 09:40:04 +02:00

21 lines
353 B
Makefile

PORTNAME= doorkeeper
PORTVERSION= 5.5.3
PORTREVISION= 1
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-railties613>=5:www/rubygem-railties613
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>