1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/security/rubygem-doorkeeper/Makefile
Matthias Fechner 4a7e890e91 */*: Revert "*/*: Make rails 6.1.3 available"
This reverts commit f4511dc4a7.
Add MOVED entries.
These ports are not required anymore as gitlab 14.4.0 has upgrade
now to rails 6.1.4.1.
2021-10-27 08:20:24 +02:00

23 lines
387 B
Makefile

PORTNAME= doorkeeper
PORTVERSION= 5.5.4
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-railties61>=5:www/rubygem-railties61
USES= cpe gem
USE_RUBY= yes
NO_ARCH= yes
CPE_VENDOR= doorkeeper_project
.include <bsd.port.mk>