freebsd-ports/sysutils/rubygem-bundler_ext/Makefile
2014-09-27 14:51:35 +00:00

21 lines
429 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>=1.7:${PORTSDIR}/sysutils/rubygem-bundler
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>