mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
19 lines
358 B
Makefile
19 lines
358 B
Makefile
# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bundler
|
|
PORTVERSION= 1.3.5
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= gogolok+freebsd@gmail.com
|
|
COMMENT= A tool that manages gem dependencies for ruby applications
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/bundle
|
|
|
|
.include <bsd.port.mk>
|