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

PORTNAME=   select2-rails
PORTVERSION=    4.0.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>