mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
23 lines
445 B
Makefile
23 lines
445 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gon
|
|
PORTVERSION= 6.2.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
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>
|