22 lines
433 B
Makefile
22 lines
433 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
|
|
PORTNAME= jbuilder
|
|
PORTVERSION= 2.11.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails60
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Create JSON structures via a Builder-style DSL
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activesupport60>=5.0.0:devel/rubygem-activesupport60
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|