forked from Lainports/freebsd-ports
PR: 238881 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Relnotes: https://github.com/bundler/bundler/releases/tag/v2.0.2
23 lines
405 B
Makefile
23 lines
405 B
Makefile
# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bundler
|
|
PORTVERSION= 2.0.2
|
|
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= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/bundle bin/bundler
|
|
|
|
.include <bsd.port.mk>
|