mirror of https://git.FreeBSD.org/ports.git
23 lines
447 B
Makefile
23 lines
447 B
Makefile
PORTNAME= jbuilder
|
|
PORTVERSION= 2.9.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Create JSON structures via a Builder-style DSL
|
|
WWW= https://github.com/rails/jbuilder
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS?= rubygem-activesupport4>=4.2.0:devel/rubygem-activesupport4
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
# jbuilder 2.10.0+ requires Rails 5.0+
|
|
PORTSCOUT= limit:^2\.9\.
|
|
|
|
.include <bsd.port.mk>
|