aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-jquery-ui-rails/Makefile
blob: a6d516c42cc823c4bb337335e4287c7583e50722 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $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

NO_STAGE=   yes

.include <bsd.port.mk>