freebsd-ports/sysutils/rubygem-bundler/Makefile
Steve Wills 08c27167c9 - Update to 1.5.3
PR:		ports/187585
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
2014-03-15 22:05:26 +00:00

18 lines
361 B
Makefile

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