735db5dda3
If you need to send some data to your js files and you don't want to do this with long way trough views and parsing - use this force! WWW: https://github.com/gazay/gon Differential Revision: https://reviews.freebsd.org/D866 Approved by: swills (mentor)
23 lines
544 B
Makefile
23 lines
544 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gon
|
|
PORTVERSION= 5.2.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails4
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Framework to pass data to JS easily
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-actionpack4>=4.1.6:${PORTSDIR}/www/rubygem-actionpack4 \
|
|
rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \
|
|
rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json \
|
|
rubygem-request_store>=1.0.5:${PORTSDIR}/devel/rubygem-request_store
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|