summaryrefslogtreecommitdiff
path: root/devel/rubygem-coffee-script-source/Makefile
blob: e36adca89b4ec6236d8725faf35961a8fcc0f48c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Steve Wills <swills@FreeBSD.org>

PORTNAME=	coffee-script-source
PORTVERSION=	1.12.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Little language that compiles into JavaScript

LICENSE=	MIT

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>