mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
20 lines
421 B
Makefile
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>
|