freebsd-ports/sysutils/rubygem-bundler/Makefile
Philip M. Gollucci c18edcc477 - Update to 0.9.25
PR:             ports/148015
Submitted by:   Robert Gogolok <gogolok+freebsd@gmail.com> (maintainer)

Feature safe:   yes
2010-06-23 18:21:37 +00:00

21 lines
443 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.9.26
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= gogolok+freebsd@gmail.com
COMMENT= A tool that manages gem dependencies for ruby applications
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/bundle
.include <bsd.port.mk>