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