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

PORTNAME=   select2-rails
PORTVERSION=    3.5.9.3
CATEGORIES= www rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Implement select2 jQuery library into Rails

LICENSE=    MIT

RUN_DEPENDS=    rubygem-thor>=0.14:devel/rubygem-thor

NO_ARCH=    yes

USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>