freebsd-ports/www/rubygem-gon-rails4/Makefile
Johannes Jost Meixner 735db5dda3 www/rubygem-gon-rails4: copy port
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)
2014-09-27 17:47:31 +00:00

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>