summaryrefslogtreecommitdiff
path: root/www/rubygem-async_sinatra/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/rubygem-async_sinatra/Makefile')
-rw-r--r--www/rubygem-async_sinatra/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/rubygem-async_sinatra/Makefile b/www/rubygem-async_sinatra/Makefile
new file mode 100644
index 000000000000..491d3ea8766d
--- /dev/null
+++ b/www/rubygem-async_sinatra/Makefile
@@ -0,0 +1,19 @@
+# Created by: Kimo <kimor79@yahoo.com>
+# $FreeBSD$
+
+PORTNAME= async_sinatra
+PORTVERSION= 1.0.0
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= A Sinatra plugin to provide async responses
+
+RUN_DEPENDS= rubygem-rack>=1.4.1:${PORTSDIR}/www/rubygem-rack \
+ rubygem-sinatra>=1.3.2:${PORTSDIR}/www/rubygem-sinatra
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>