Files
bsdports/rails5/rubygem-jbuilder/Makefile
2019-12-26 07:26:06 +00:00

20 lines
450 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD: head/devel/rubygem-jbuilder-rails52/Makefile 509811 2019-08-25 18:04:50Z sunpoet $
PORTNAME= jbuilder
PORTVERSION= 2.9.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Create JSON structures via a Builder-style DSL
RUN_DEPENDS= rubygem-activesupport>=4.2.0:rails5/rubygem-activesupport
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>