aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-bundler/Makefile
blob: 2cdb612084cf3d9280e4cfccc00062a83992b4d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Robert Gogolok <gogo@cs.uni-sb.de>

PORTNAME=	bundler
DISTVERSION=	2.3.4
PORTEPOCH=	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

USES=		cpe gem
USE_RUBY=	yes

CONFLICTS_INSTALL=	go-tools # bin/bundle

NO_ARCH=	yes

PLIST_FILES=	bin/bundle \
		bin/bundler

.include <bsd.port.mk>