2013-10-20 07:15:19 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= chosen-rails
|
2018-02-05 18:50:45 +01:00
|
|
|
PORTVERSION= 1.8.3
|
2018-02-18 14:38:41 +01:00
|
|
|
PORTREVISION= 1
|
2013-10-20 07:15:19 +02:00
|
|
|
CATEGORIES= www rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2013-12-06 16:23:44 +01:00
|
|
|
COMMENT= Box enhancer for jQuery and Protoype
|
|
|
|
|
|
|
|
LICENSE= MIT
|
2015-11-12 22:46:17 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2013-10-20 07:15:19 +02:00
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
RUN_DEPENDS= rubygem-coffee-rails4>=3.2:devel/rubygem-coffee-rails4 \
|
|
|
|
rubygem-railties4>=3.0:www/rubygem-railties4 \
|
2018-02-18 14:38:41 +01:00
|
|
|
rubygem-sass-rails-rails4>=3.2:textproc/rubygem-sass-rails-rails4
|
2013-10-20 07:15:19 +02:00
|
|
|
|
2015-07-02 18:01:06 +02:00
|
|
|
NO_ARCH= yes
|
2013-10-20 07:15:19 +02:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2013-10-20 07:15:19 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|