aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-coffee-script-source/Makefile
blob: f163aa81566e2534fbbedc1db5db30f9afd27be8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
WWW=		https://github.com/jashkenas/coffeescript

LICENSE=	MIT

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>