19 lines
441 B
Makefile
19 lines
441 B
Makefile
# Created by: Jason Helfman <jhelfman@experts-exchange.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jquery-rails
|
|
PORTVERSION= 3.0.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Provides a rails generator for jquery
|
|
|
|
RUN_DEPENDS+= rubygem-railties>=3.2.10:${PORTSDIR}/www/rubygem-railties \
|
|
rubygem-thor>=0.16:${PORTSDIR}/devel/rubygem-thor
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|