Tweak www/owncloud version 10.0.2
[dports.git] / textproc / rubygem-compass-core / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       compass-core
5 PORTVERSION=    1.0.3
6 PORTREVISION=   1
7 CATEGORIES=     textproc ruby
8 MASTER_SITES=   RG
9
10 MAINTAINER=     sunpoet@FreeBSD.org
11 COMMENT=        Compass core stylesheet library and minimum required ruby extensions
12
13 LICENSE=        MIT
14 LICENSE_FILE=   ${WRKSRC}/LICENSE.txt
15
16 RUN_DEPENDS=    rubygem-multi_json>=1.0:devel/rubygem-multi_json \
17                 rubygem-sass34>=0:textproc/rubygem-sass34
18
19 NO_ARCH=        yes
20 USE_RUBY=       yes
21 USES=           gem
22
23 .include <bsd.port.mk>