mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
f67d569686
This provides jQUery scrollTo for your Rails 3 application WWW: https://github.com/JohnColvin/jquery-scrollto-rails Differential Revision: https://reviews.freebsd.org/D894 Approved by: swills (mentor)
22 lines
423 B
Makefile
22 lines
423 B
Makefile
# Created by: Johannes Meixner <xmj@chaot.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jquery-scrollto-rails
|
|
PORTVERSION= 1.4.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Provides jQUery scrollTo for Rails 3 applications
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-railties4>=4.1.4:${PORTSDIR}/www/rubygem-railties4
|
|
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|