22 lines
388 B
Makefile
22 lines
388 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jquery-ui-rails
|
|
PORTVERSION= 5.0.5
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 5-rails4
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Packaged JavaScript, CSS and image files of jQuery UI for Rails
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-railties4>=4.1.4:www/rubygem-railties4
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PORTSCOUT= limit:^5\.
|
|
|
|
.include <bsd.port.mk>
|