mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
18 lines
335 B
Makefile
18 lines
335 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= coffee-script-source
|
|
PORTVERSION= 1.10.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= CoffeeScript is a little language that compiles into JavaScript
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|