208f6b9da1
- Bump PORTREVISION for dependent ports
23 lines
507 B
Makefile
23 lines
507 B
Makefile
# Created by: Jason Helfman <jgh@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jquery-rails
|
|
PORTVERSION= 4.3.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Provides a Rails generator for jQuery
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS?= rubygem-rails-dom-testing>=1.0:textproc/rubygem-rails-dom-testing \
|
|
rubygem-railties4>=4.2.0:www/rubygem-railties4 \
|
|
rubygem-thor>=0.14:devel/rubygem-thor
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|