# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
# $FreeBSD: tags/RELEASE_10_2_0/sysutils/rubygem-bundler17/Makefile 388889 2015-06-08 22:46:48Z mmoll $

PORTNAME=	bundler
PORTVERSION=	1.7.15
PORTREVISION=	1
CATEGORIES=	sysutils rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	17

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Tool that manages gem dependencies for ruby applications

LICENSE=	MIT

PORTSCOUT=	limit:^1\.7\.[0-9]*

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

post-install:
	${RM} ${STAGEDIR}${PREFIX}/bin/bundle*

.include <bsd.port.mk>
