freebsd-ports/sysutils/rubygem-bundler/Makefile
Koichiro Iwao 1c335dd820 sysutils/rubygem-bundler: Update to 2.2.19
PR:		255637
Reported by:	Yasuhiro Kimura <yasu@utahime.org>
Reviewed by:	meta (myself)
Relnotes:	https://github.com/rubygems/rubygems/blob/bundler-v2.2.19/bundler/CHANGELOG.md
2021-06-07 11:30:43 +09:00

22 lines
394 B
Makefile

# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
PORTNAME= bundler
PORTVERSION= 2.2.19
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>