aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-compass-import-once/Makefile
blob: 1f83fbd6f5a6031a915e61e48f8f1ef7ce8abe95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>=3.2<3.5:textproc/rubygem-sass34

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>