opnsense-ports/devel/rubygem-jbuilder/Makefile
Franco Fichtner 3322da1971 */*: sync with upstream
Taken from: HardenedBSD
2019-07-08 05:49:29 +02:00

22 lines
416 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
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
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS?= rubygem-activesupport4>=4.2.0:devel/rubygem-activesupport4
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>