freebsd-ports/sysutils/rubygem-bundler/Makefile
Philip M. Gollucci 69d629a3da - Convert MASTER_SITES to RG
PR:             ports/147013 ports/147014 ports/147015 ports/147016
                ports/147017 ports/147018 ports/147019 ports/147020
                ports/147033 ports/147034 ports/147035 ports/147036
                ports/147037 ports/147038 ports/147040 ports/147041
                ports/147042
Submitted by:   pgollucci@ (myself)
With Hat:       ruby@
2010-05-27 00:57:34 +00:00

24 lines
516 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.25
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
# we care about not passing -A to allow HTTP redirects
FETCH_ARGS= -pRr
.include <bsd.port.mk>