freebsd-ports/textproc/rubygem-compass-core/Makefile
Joseph Mingrone 55ba325fbb textproc/rubygem-scss_lint, textproc/rubygem-compass,
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
2017-08-03 21:11:59 +00:00

23 lines
506 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= compass-core
PORTVERSION= 1.0.3
PORTREVISION= 1
CATEGORIES= textproc ruby
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Compass core stylesheet library and minimum required ruby extensions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-multi_json>=1.0:devel/rubygem-multi_json \
rubygem-sass34>=0:textproc/rubygem-sass34
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>