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