aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-bundler_ext/Makefile
blob: 579e30519b238e9d1bc896be1ed3c9b3d774517f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Martin Matuska <mm@FreeBSD.org>

PORTNAME=	bundler_ext
PORTVERSION=	0.4.1
CATEGORIES=	sysutils rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Loads gems installed on the system using Bundler Gemfile DSL

LICENSE=	MIT

RUN_DEPENDS=	rubygem-bundler>=0:sysutils/rubygem-bundler

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>