blob: 8d6f998308d149ebd5fcbac7d343a112a3193e4e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Ports collection makefile for: rubygem-jquery-rails
# Date created: 13 January 2011
# Whom: Jason Helfman <jhelfman@experts-exchange.com>
#
# $FreeBSD$
PORTNAME= jquery-rails
PORTVERSION= 0.2.7
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= jhelfman@experts-exchange.com
COMMENT= Provides a rails generator for jquery
RUN_DEPENDS+= rubygem-rails>=3.0.3:${PORTSDIR}/www/rubygem-rails \
rubygem-thor>=0.14.6:${PORTSDIR}/devel/rubygem-thor
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|