Skip to content

Commit

Permalink
devel/rubygem-jbuilder-rails41: create port
Browse files Browse the repository at this point in the history
Add rails 4.1 version of jbuilder

PR:		201820
Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>
  • Loading branch information
swills committed Aug 9, 2015
1 parent 04b732b commit aa2c747
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions devel/rubygem-jbuilder-rails41/Makefile
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion devel/rubygem-jbuilder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa2c747

Please sign in to comment.