freebsd-ports/sysutils/rubygem-bundler/Makefile
2015-04-05 18:24:13 +00:00

20 lines
374 B
Makefile

# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
# $FreeBSD$
PORTNAME= bundler
PORTVERSION= 1.7.14
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Tool that manages gem dependencies for ruby applications
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/bundle bin/bundler
.include <bsd.port.mk>