summaryrefslogtreecommitdiff
path: root/www/rubygem-chosen-rails/Makefile
blob: 9cb9afc18d000d82de66115433a2a629b29a4722 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=	chosen-rails
PORTVERSION=	1.4.2
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Box enhancer for jQuery and Protoype

LICENSE=	MIT

RUN_DEPENDS=	rubygem-coffee-rails>=3.2:${PORTSDIR}/devel/rubygem-coffee-rails \
		rubygem-compass-rails>=2.0.4:${PORTSDIR}/textproc/rubygem-compass-rails \
		rubygem-railties>=3.0:${PORTSDIR}/www/rubygem-railties \
		rubygem-sass-rails>=3.2:${PORTSDIR}/textproc/rubygem-sass-rails

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>