freebsd-ports/www/rubygem-chosen-rails/Makefile
2014-09-21 04:34:31 +00:00

22 lines
549 B
Makefile

# $FreeBSD$
PORTNAME= chosen-rails
PORTVERSION= 1.1.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Box enhancer for jQuery and Protoype
LICENSE= MIT
RUN_DEPENDS= rubygem-coffee-rails>=3.2:${PORTSDIR}/devel/rubygem-coffee-rails \
rubygem-compass-rails>=1.1.2:${PORTSDIR}/textproc/rubygem-compass-rails \
rubygem-railties>=3.0:${PORTSDIR}/www/rubygem-railties \
rubygem-sass-rails>=3.2:${PORTSDIR}/textproc/rubygem-sass-rails
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>