d52d240129
- Add PORTSCOUT
24 lines
435 B
Makefile
24 lines
435 B
Makefile
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dropzonejs-rails
|
|
PORTVERSION= 0.7.4
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 07
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= JS File upload by Matias Meno
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-rails4>=3.1:www/rubygem-rails4
|
|
|
|
PORTSCOUT= limit:^0\.7\.
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|