1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/rubygem-gon-rails4/Makefile

24 lines
468 B
Makefile

# $FreeBSD$
PORTNAME= gon
PORTVERSION= 6.2.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails4
MAINTAINER= ruby@FreeBSD.org
COMMENT= Framework to pass data to JS easily
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-actionpack4>=3.0:www/rubygem-actionpack4 \
rubygem-multi_json>=0:devel/rubygem-multi_json \
rubygem-request_store>=1.0:devel/rubygem-request_store
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>