aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2009-03-16 08:07:47 +0000
committerNicola Vitale <nivit@FreeBSD.org>2009-03-16 08:07:47 +0000
commit7fa652b43ab75d9ac6786c8658262af1959434bd (patch)
treee29f8b9261668179c7ba178e0da74f6627d07c0d /devel/Makefile
parente9afe9f5e4069e1b2ac06b62d5822d3989064462 (diff)
downloadports-7fa652b43ab75d9ac6786c8658262af1959434bd.tar.gz
ports-7fa652b43ab75d9ac6786c8658262af1959434bd.zip
Fabric is a simple pythonic remote deployment tool.
It is designed to upload files to, and run shell commands on, a number of servers in parallel or serially. These commands are grouped in tasks (regular python functions) and specified in a 'fabfile.' This is called remote automation, and the primary use case is deploying applications to multiple similar hosts. WWW: http://www.nongnu.org/fab/ PR: ports/132653 Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
Notes
Notes: svn path=/head/; revision=230191
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 1bf3e509a66b..fedb5dae3c26 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2253,6 +2253,7 @@
SUBDIR += py-extremes
SUBDIR += py-ez_xml
SUBDIR += py-ezpyinline
+ SUBDIR += py-fabric
SUBDIR += py-fam
SUBDIR += py-fileutils
SUBDIR += py-flakes