freebsd-ports/devel/rubygem-jbuilder-rails50/Makefile
Sunpoet Po-Chuan Hsieh 594c516676 Update to 2.10.0
- Take maintainership

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

23 lines
445 B
Makefile

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