aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-ace-rails-ap/Makefile
blob: d37b56d4631c1d49522f3d057847c5241ac2153b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Johannes Meixner <johannes@perceivon.net>

PORTNAME=	ace-rails-ap
PORTVERSION=	4.1.5
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

USES=		gem shebangfix
USE_RUBY=	yes

NO_ARCH=	yes

SHEBANG_FILES=	update.sh

.include <bsd.port.mk>