blob: bd8f39dd503189b91091c371ec0714fb8226da16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= jquery-ui-rails
PORTVERSION= 6.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails4
MAINTAINER= ruby@FreeBSD.org
COMMENT= Packaged JavaScript, CSS and image files of jQuery UI for Rails
WWW= https://github.com/joliss/jquery-ui-rails
LICENSE= MIT
RUN_DEPENDS= rubygem-railties4>=4.1.4:www/rubygem-railties4
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>
|