mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
22 lines
392 B
Makefile
22 lines
392 B
Makefile
PORTNAME= doorkeeper
|
|
PORTVERSION= 5.5.4
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails5
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= OAuth2 provider for Rails and Grape
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-railties5>=5:www/rubygem-railties5
|
|
|
|
USES= cpe gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
CPE_VENDOR= doorkeeper_project
|
|
|
|
.include <bsd.port.mk>
|