opnsense-ports/sysutils/rubygem-bundler_ext/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

21 lines
398 B
Makefile

# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
PORTNAME= bundler_ext
PORTVERSION= 0.4.0
PORTREVISION= 1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Loads gems installed on the system using Bundler Gemfile DSL
LICENSE= MIT
RUN_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>