Steve Wills ad62701167 Murder is a method of using Bittorrent to distribute files to a large amount
of servers within a production environment. This allows for scaleable and
fast deploys in environments of hundreds to tens of thousands of servers
where centralized distribution systems wouldn't otherwise function.

WWW: http://github.com/lg/murder
2011-03-12 18:57:05 +00:00

22 lines
397 B
Makefile

# New ports collection makefile for: rubygem-murder
# Date created: 2011-02-18
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= murder
PORTVERSION= 0.1.2
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= swills@FreeBSD.org
COMMENT= Large scale deploys using BitTorrent
USE_RUBY= yes
USE_PYTHON= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>