aboutsummaryrefslogtreecommitdiffstats
path: root/security/rubygem-doorkeeper42/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/rubygem-doorkeeper42/Makefile')
-rw-r--r--security/rubygem-doorkeeper42/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/security/rubygem-doorkeeper42/Makefile b/security/rubygem-doorkeeper42/Makefile
new file mode 100644
index 000000000000..1e16841aff4e
--- /dev/null
+++ b/security/rubygem-doorkeeper42/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= doorkeeper
+PORTVERSION= 4.2.6
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 42
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Doorkeeper is an OAuth 2 provider for Rails and Grape
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS= rubygem-railties4>=4.2:www/rubygem-railties4
+
+PORTSCOUT= limit:^4\.2\.
+
+NO_ARCH= yes
+USES= gem
+USE_RUBY= yes
+
+.include <bsd.port.mk>