freebsd-ports/www/rubygem-dropzonejs-rails/Makefile

22 lines
388 B
Makefile
Raw Normal View History

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= dropzonejs-rails
PORTVERSION= 0.8.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= JS File upload by Matias Meno
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-rails4>=3.1:www/rubygem-rails4
2015-06-28 19:58:23 +02:00
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>