freebsd-ports/sysutils/rubygem-bundler/Makefile
Martin Wilke 95dcc834a1 - Update to 0.8.1
PR:		143397
Submitted by:	Robert Gogolok <gogo@cs.uni-sb.de> (maintainer)
2010-01-31 13:13:39 +00:00

19 lines
457 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.8.1
CATEGORIES= sysutils rubygems
MASTER_SITES= http://s3.amazonaws.com/gemcutter_production/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>