mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
23 lines
533 B
Makefile
23 lines
533 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gon
|
|
PORTVERSION= 5.2.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Framework to pass data to JS easily
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-actionpack>=2.3.0:${PORTSDIR}/www/rubygem-actionpack \
|
|
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>
|