19 lines
355 B
Makefile
19 lines
355 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= jquery-ui-rails
|
||
|
PORTVERSION= 4.0.5
|
||
|
CATEGORIES= www rubygems
|
||
|
MASTER_SITES= RG
|
||
|
|
||
|
MAINTAINER= ruby@FreeBSD.org
|
||
|
COMMENT= jQuery UI's JavaScript, CSS, and image files packaged for Rails
|
||
|
|
||
|
RUN_DEPENDS= rubygem-railties>=3.1.0:${PORTSDIR}/www/rubygem-railties
|
||
|
|
||
|
USE_RUBY= yes
|
||
|
USE_RUBYGEMS= yes
|
||
|
RUBYGEM_AUTOPLIST= yes
|
||
|
|
||
|
|
||
|
.include <bsd.port.mk>
|