ports/devel/rubygem-jbuilder-rails60/Makefile

23 lines
506 B
Makefile

PORTNAME= jbuilder
PORTVERSION= 2.13.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails60
MAINTAINER= sunpoet@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-actionview60>=5.0.0:devel/rubygem-actionview60 \
rubygem-activesupport60>=5.0.0:devel/rubygem-activesupport60
USES= gem shebangfix
NO_ARCH= yes
SHEBANG_FILES= bin/test
.include <bsd.port.mk>