1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/www/rubygem-jquery-scrollto-rails/Makefile
Johannes Jost Meixner f67d569686 www/rubygem-jquery-scrollto-rails: create port
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)
2014-10-04 17:28:45 +00:00

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>