forked from Lainports/freebsd-ports
22 lines
458 B
Makefile
22 lines
458 B
Makefile
# Created by: Jason Helfman <jgh@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jquery-rails
|
|
PORTVERSION= 3.1.2
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 4
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Provides a Rails generator for jQuery
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-railties4>=4.1.6:${PORTSDIR}/www/rubygem-railties4 \
|
|
rubygem-thor>=0.14:${PORTSDIR}/devel/rubygem-thor
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|