opnsense-ports/textproc/rubygem-sass-rails/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

25 lines
545 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= sass-rails
PORTVERSION= 3.2.6
PORTREVISION= 4
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Sass adapter for the Rails asset pipeline
LICENSE= MIT
RUN_DEPENDS= rubygem-railties>=3.2.0:${PORTSDIR}/www/rubygem-railties \
rubygem-sass>=3.3.4:${PORTSDIR}/textproc/rubygem-sass \
rubygem-tilt>=2.0.1:${PORTSDIR}/devel/rubygem-tilt
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PORTSCOUT= limit:^3\.
.include <bsd.port.mk>