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

20 lines
421 B
Makefile

# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
# $FreeBSD: head/sysutils/rubygem-bundler/Makefile 453306 2017-11-01 16:51:08Z sunpoet $
PORTNAME= bundler
PORTVERSION= 1.16.2
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Tool that manages gem dependencies for ruby applications
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/bundle bin/bundler
.include <bsd.port.mk>