mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
20 lines
450 B
Makefile
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:rails6/rubygem-activesupport
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|