devel/rubygem-jbuilder-rails41: create port

Add rails 4.1 version of jbuilder

PR:		201820
Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>
This commit is contained in:
Steve Wills 2015-08-09 16:13:27 +00:00
parent 2e5b41ecc9
commit e767e5e70c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393801
3 changed files with 13 additions and 1 deletions

View file

@ -4701,6 +4701,7 @@
SUBDIR += rubygem-iobuffer
SUBDIR += rubygem-jammit
SUBDIR += rubygem-jbuilder
SUBDIR += rubygem-jbuilder-rails41
SUBDIR += rubygem-jekyll-coffeescript
SUBDIR += rubygem-jeweler
SUBDIR += rubygem-jmespath

View file

@ -0,0 +1,11 @@
# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
# $FreeBSD$
PKGNAMESUFFIX= -rails41
RUN_DEPENDS= rubygem-activesupport41>=4.1.12:${PORTSDIR}/devel/rubygem-activesupport41 \
rubygem-multi_json>=1.2:${PORTSDIR}/devel/rubygem-multi_json
MASTERDIR= ${.CURDIR}/../rubygem-jbuilder
.include "${MASTERDIR}/Makefile"

View file

@ -11,7 +11,7 @@ COMMENT= Create JSON structures via a Builder-style DSL
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport4>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport4 \
RUN_DEPENDS?= rubygem-activesupport4>=3.0.0:${PORTSDIR}/devel/rubygem-activesupport4 \
rubygem-multi_json>=1.2:${PORTSDIR}/devel/rubygem-multi_json
NO_ARCH= yes