mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
1807647b70
PR: ports/161730 Submitted by: swills (me) Approved by: gogolok+freebsd@gmail.com (maintainer)
22 lines
443 B
Makefile
22 lines
443 B
Makefile
# Ports collection makefile for: rubygem-bundler
|
|
# Date created: 7 November 2009
|
|
# Whom: Robert Gogolok <gogo@cs.uni-sb.de>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bundler
|
|
PORTVERSION= 1.0.21
|
|
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>
|