freebsd-ports/www/rubygem-gon-rails50/Makefile
Matthias Fechner 298233454e Renamed port and changed dep to rails50 as gitlab-ce 11.6 depends now on rails50.
Take maintainer.
Make portlint happy.

Approved by:	mentors (implicit)
2018-12-23 11:32:17 +00:00

24 lines
476 B
Makefile

# $FreeBSD$
PORTNAME= gon
PORTVERSION= 6.2.1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails50
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Framework to pass data to JS easily
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-actionpack50>=3.0:www/rubygem-actionpack50 \
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>