opnsense-ports/www/rubygem-chosen-rails/Makefile
Franco Fichtner f5acf72395 */*: sync with upstream
Taken from: HardenedBSD
2018-02-26 09:17:44 +01:00

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>