3dc950e868
- Bump PORTREVISION of dependent ports for dependency change
23 lines
486 B
Makefile
23 lines
486 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= chosen-rails
|
|
PORTVERSION= 1.8.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Box enhancer for jQuery and Protoype
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-coffee-rails4>=3.2:devel/rubygem-coffee-rails4 \
|
|
rubygem-railties4>=3.0:www/rubygem-railties4 \
|
|
rubygem-sass-rails-rails4>=3.2:textproc/rubygem-sass-rails-rails4
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|