opnsense-ports/sysutils/rubygem-bundler/Makefile
Franco Fichtner f9c9f1ac9d */*: sync with upstream
Taken from: FreeBSD
2022-04-28 12:55:19 +02:00

25 lines
444 B
Makefile

# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
PORTNAME= bundler
PORTVERSION= 2.3.12
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= cpe gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/bundle \
bin/bundler
CONFLICTS_INSTALL= go-tools # bin/bundle
.include <bsd.port.mk>