1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/www/rubygem-dropzonejs-rails/Makefile
2021-04-06 16:31:07 +02:00

21 lines
376 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
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
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>