24b4a21fad
takes a gem manifest file and is able to fetch, download, and install the gems and all child dependencies specified in this manifest. It can manage any update to the gem manifest file and update the bundled gems accordingly. It also letsyou run any ruby code in context of the bundled gem environment. WWW: http://github.com/wycats/bundler PR: ports/140355 Submitted by: Robert Gogolok <gogo at cs.uni-sb.de>
19 lines
451 B
Makefile
19 lines
451 B
Makefile
# Ports collection makefile for: rubygem-bundler
|
|
# Date created: 7 November 2009
|
|
# Whom: Robert Gogolok <gogo@cs.uni-sb.de>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bundler
|
|
PORTVERSION= 0.7.0
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= http://gems.rubyforge.mmmultiworks.com/gems/
|
|
|
|
MAINTAINER= gogo@cs.uni-sb.de
|
|
COMMENT= A tool that manages gem dependencies for ruby applications
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|