22 lines
395 B
Makefile
22 lines
395 B
Makefile
PORTNAME= doorkeeper
|
|
PORTVERSION= 5.5.4
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails50
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= OAuth2 provider for Rails and Grape
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-railties50>=5:www/rubygem-railties50
|
|
|
|
USES= cpe gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
CPE_VENDOR= doorkeeper_project
|
|
|
|
.include <bsd.port.mk>
|