forked from Lainports/freebsd-ports
Changes: https://github.com/rubygems/rubygems/releases https://github.com/rubygems/rubygems/blob/master/bundler/CHANGELOG.md
24 lines
420 B
Makefile
24 lines
420 B
Makefile
PORTNAME= bundler
|
|
PORTVERSION= 2.3.23
|
|
PORTEPOCH= 1
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Tool that manages gem dependencies for Ruby applications
|
|
WWW= https://bundler.io/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= cpe gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/bundle \
|
|
bin/bundler
|
|
|
|
CONFLICTS_INSTALL= go-tools # bin/bundle
|
|
|
|
.include <bsd.port.mk>
|