mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
22 lines
504 B
Makefile
22 lines
504 B
Makefile
# Created by: Jason Helfman <jgh@FreeBSD.org>
|
|
# $FreeBSD:ruby/Makefile 468007 2018-04-22 08:57:29Z sunpoet $
|
|
|
|
PORTNAME= jquery-rails
|
|
PORTVERSION= 4.3.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Provides a Rails generator for jQuery
|
|
|
|
|
|
RUN_DEPENDS= rubygem-rails-dom-testing>=1.0:ruby/rubygem-rails-dom-testing \
|
|
rubygem-railties4>=4.2.0:ruby/rubygem-railties4 \
|
|
rubygem-thor>=0.14:ruby/rubygem-thor
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|