1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/devel/rubygem-jbuilder-rails5/Makefile
Sunpoet Po-Chuan Hsieh 3a0467fa2f Update to 2.10.0
- Take maintainership

Changes:	https://github.com/rails/jbuilder/blob/master/CHANGELOG.md
2020-02-10 18:46:46 +00:00

24 lines
442 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= jbuilder
PORTVERSION= 2.10.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails5
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Create JSON structures via a Builder-style DSL
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport5>=5.0.0:devel/rubygem-activesupport5
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>