1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/textproc/rubygem-compass-import-once/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
460 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= compass-import-once
PORTVERSION= 1.0.5
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-sass34>=0:textproc/rubygem-sass34
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>