ports/www/rubygem-dropzonejs-rails/Makefile
Johannes Jost Meixner b4bd9a5127 www/rubygem-dropzonejs-rails: add port
Adds Dropzone, a great JS File upload by Matias Meno, to the Rails Asset
pipeline.

WWW: https://github.com/ncuesta/dropzonejs-rails

Differential Revision:	https://reviews.freebsd.org/D865
Approved by:	swills (mentor)
2014-09-27 17:42:00 +00:00

20 lines
378 B
Makefile

# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= dropzonejs-rails
PORTVERSION= 0.5.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= JS File upload by Matias Meno
LICENSE= MIT
RUN_DEPENDS= rubygem-rails4>=4.1.4:${PORTSDIR}/www/rubygem-rails4
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>