mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
3a0467fa2f
- Take maintainership Changes: https://github.com/rails/jbuilder/blob/master/CHANGELOG.md
24 lines
442 B
Makefile
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>
|