21 lines
400 B
Makefile
21 lines
400 B
Makefile
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ace-rails-ap
|
|
PORTVERSION= 4.1.4
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ajax.org Cloud9 Editor (Ace) for the Rails 3.1 asset pipeline
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem shebangfix
|
|
|
|
SHEBANG_FILES= update.sh
|
|
|
|
.include <bsd.port.mk>
|