summaryrefslogtreecommitdiff
path: root/www/rubygem-jquery-ui-rails/Makefile
blob: 1bed320dc9fa05d7eb85e6d24c509c117ce274e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	jquery-ui-rails
PORTVERSION=	5.0.5
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Packaged JavaScript, CSS and image files of jQuery UI for Rails

LICENSE=	MIT

RUN_DEPENDS=	rubygem-railties>=3.2.16:${PORTSDIR}/www/rubygem-railties

NO_ARCH=	yes

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>