freebsd-ports/textproc/rubygem-compass-core/Makefile
Sunpoet Po-Chuan Hsieh 6f4f0e31ea - Add rubygem-compass-core 1.0.3
The compass core framework is a design-agnostic framework that provides common
code that would otherwise be duplicated across other frameworks and extensions.

WWW: http://compass-style.org/reference/compass/
RG:  https://rubygems.org/gems/compass-core
2015-05-31 14:59:29 +00:00

21 lines
495 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= compass-core
PORTVERSION= 1.0.3
CATEGORIES= textproc ruby
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Compass core stylesheet library and minimum required ruby extensions
LICENSE= MIT
RUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \
rubygem-sass>=3.3.0:${PORTSDIR}/textproc/rubygem-sass
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>