blob: 2093010f77fa2b9701902d1faf3af0c585ea8c7b (
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= 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
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|