blob: 3e756e7fb3d3a464ad8a5340adfdf379a84e3582 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= bundler_ext
PORTVERSION= 0.4.2
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Loads gems installed on the system using Bundler Gemfile DSL
WWW= https://github.com/bundlerext/bundler_ext
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|