aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-select2-rails/Makefile
blob: e8425ff8c1b8f13c0f80e7ba833a29ddf989f42e (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

.include <bsd.port.mk>