mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
55ba325fbb
textproc/rubygem-compass-import-once, textproc/rubygem-compass-core: Depend on textproc/rubygem-sass34, so that textproc/rubygem-sass can be upgraded. The gemspecs for these gems require a version of sass < 3.5. Approved by: sunpoet (maintainer) Differential Revision: https://reviews.freebsd.org/D11809
30 lines
758 B
Makefile
30 lines
758 B
Makefile
# Created by: Jason Helfman <jhelfman@experts-exchange.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= compass
|
|
PORTVERSION= 1.0.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Provides an open-source CSS authoring framework
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.markdown
|
|
|
|
RUN_DEPENDS= rubygem-chunky_png>=1.2:graphics/rubygem-chunky_png \
|
|
rubygem-compass-core>=1.0.2:textproc/rubygem-compass-core \
|
|
rubygem-compass-import-once>=1.0.5:textproc/rubygem-compass-import-once \
|
|
rubygem-rb-fsevent>=0.9.3:devel/rubygem-rb-fsevent \
|
|
rubygem-rb-inotify>=0.9:devel/rubygem-rb-inotify \
|
|
rubygem-sass34>=0:textproc/rubygem-sass34
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/compass
|
|
|
|
.include <bsd.port.mk>
|