1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/rubygem-gon-rails5/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
460 B
Makefile

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