mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
23 lines
506 B
Makefile
23 lines
506 B
Makefile
PORTNAME= jbuilder
|
|
PORTVERSION= 2.13.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails80
|
|
|
|
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-actionview80>=5.0.0:devel/rubygem-actionview80 \
|
|
rubygem-activesupport80>=5.0.0:devel/rubygem-activesupport80
|
|
|
|
USES= gem shebangfix
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= bin/test
|
|
|
|
.include <bsd.port.mk>
|