# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
# $FreeBSD: tags/RELEASE_11_0_0/sysutils/rubygem-bundler/Makefile 414746 2016-05-07 00:17:19Z sunpoet $

PORTNAME=	bundler
PORTVERSION=	1.12.1
CATEGORIES=	sysutils rubygems
MASTER_SITES=	RG

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

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.md

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

PLIST_FILES=	bin/bundle bin/bundler

.include <bsd.port.mk>
