21 lines
470 B
Makefile
21 lines
470 B
Makefile
PORTNAME= jbuilder
|
|
PORTVERSION= 2.11.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails71
|
|
|
|
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-actionview71>=5.0.0:devel/rubygem-actionview71 \
|
|
rubygem-activesupport71>=5.0.0:devel/rubygem-activesupport71
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|