opnsense-ports/sysutils/rubygem-bundler/Makefile
Franco Fichtner db323bdb1f */*: sync with upstream
Taken from: HardenedBSD
2018-09-22 08:11:31 +02:00

22 lines
393 B
Makefile

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