Files
bsdports/ruby/rubygem-bundler/Makefile
2019-12-26 07:26:06 +00:00

20 lines
417 B
Makefile

# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
# $FreeBSD: head/sysutils/rubygem-bundler/Makefile 505723 2019-07-03 02:07:29Z meta $
PORTNAME= bundler
PORTVERSION= 2.0.2
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Tool that manages gem dependencies for ruby applications
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/bundle bin/bundler
.include <bsd.port.mk>