Files
ports/sysutils/rubygem-bundler/Makefile
T
Mateusz Piotrowski 69088bba08 Stylize Ruby properly in COMMENTs
Approved by:	portmgr blanket
2020-10-26 18:55:36 +00:00

24 lines
405 B
Makefile

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