Skip to content

Commit

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

PR:		201825
Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>
  • Loading branch information
swills committed Aug 9, 2015
1 parent 6257fe8 commit ad374ea
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions textproc/Makefile
Expand Up @@ -1418,6 +1418,7 @@
SUBDIR += rubygem-sass
SUBDIR += rubygem-sass-rails
SUBDIR += rubygem-sass-rails4
SUBDIR += rubygem-sass-rails4-rails41
SUBDIR += rubygem-sass-rails5
SUBDIR += rubygem-sass32
SUBDIR += rubygem-sax-machine
Expand Down
13 changes: 13 additions & 0 deletions textproc/rubygem-sass-rails4-rails41/Makefile
@@ -0,0 +1,13 @@
# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
# $FreeBSD$

PKGNAMESUFFIX= 4-rails41

RUN_DEPENDS= rubygem-railties41>=4.1.12:${PORTSDIR}/www/rubygem-railties41 \
rubygem-sass32>=3.2.0:${PORTSDIR}/textproc/rubygem-sass32 \
rubygem-sprockets>=2.12.3:${PORTSDIR}/devel/rubygem-sprockets \
rubygem-sprockets-rails-rails41>=2.0:${PORTSDIR}/devel/rubygem-sprockets-rails-rails41

MASTERDIR= ${.CURDIR}/../rubygem-sass-rails4

.include "${MASTERDIR}/Makefile"
6 changes: 4 additions & 2 deletions textproc/rubygem-sass-rails4/Makefile
Expand Up @@ -6,14 +6,14 @@ PORTVERSION= 4.0.5
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4
PKGNAMESUFFIX?= 4

MAINTAINER= ruby@FreeBSD.org
COMMENT= Sass adapter for the Rails asset pipeline

LICENSE= MIT

RUN_DEPENDS= rubygem-railties4>=4.0.0:${PORTSDIR}/www/rubygem-railties4 \
RUN_DEPENDS?= rubygem-railties4>=4.0.0:${PORTSDIR}/www/rubygem-railties4 \
rubygem-sass32>=3.2.0:${PORTSDIR}/textproc/rubygem-sass32 \
rubygem-sprockets>=2.12.3:${PORTSDIR}/devel/rubygem-sprockets \
rubygem-sprockets-rails>=2.0:${PORTSDIR}/devel/rubygem-sprockets-rails
Expand All @@ -23,4 +23,6 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes

PORTSCOUT= limit:^1\.4

.include <bsd.port.mk>

0 comments on commit ad374ea

Please sign in to comment.