2015-05-31 16:59:29 +02:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= compass-core
|
|
|
|
PORTVERSION= 1.0.3
|
2017-08-03 23:11:59 +02:00
|
|
|
PORTREVISION= 1
|
2015-05-31 16:59:29 +02:00
|
|
|
CATEGORIES= textproc ruby
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Compass core stylesheet library and minimum required ruby extensions
|
|
|
|
|
|
|
|
LICENSE= MIT
|
2015-10-11 01:13:23 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
2015-05-31 16:59:29 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= rubygem-multi_json>=1.0:devel/rubygem-multi_json \
|
2017-08-03 23:11:59 +02:00
|
|
|
rubygem-sass34>=0:textproc/rubygem-sass34
|
2015-05-31 16:59:29 +02:00
|
|
|
|
2015-06-13 22:16:39 +02:00
|
|
|
NO_ARCH= yes
|
2015-05-31 16:59:29 +02:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2015-05-31 16:59:29 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|