freebsd-ports/devel/rubygem-jbuilder-rails50/Makefile
2019-07-07 19:15:31 +00:00

23 lines
441 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= jbuilder
PORTVERSION= 2.9.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails50
MAINTAINER= ruby@FreeBSD.org
COMMENT= Create JSON structures via a Builder-style DSL
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport50>=4.2.0:devel/rubygem-activesupport50
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>