mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
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)
20 lines
378 B
Makefile
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>
|