diff options
author | robak <robak@FreeBSD.org> | 2017-01-15 07:29:25 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2017-01-15 07:29:25 +0800 |
commit | b0ab6460b75f15c1ae77744fcf5df80d67eda4fd (patch) | |
tree | 4fa61fdbc7a88cc8c59f4539fe53411057eb778d /sysutils/Makefile | |
parent | 54a0e5e3a2a040d37ddfdc16f2df4d437cf4ede4 (diff) | |
download | freebsd-ports-gnome-b0ab6460b75f15c1ae77744fcf5df80d67eda4fd.tar.gz freebsd-ports-gnome-b0ab6460b75f15c1ae77744fcf5df80d67eda4fd.tar.zst freebsd-ports-gnome-b0ab6460b75f15c1ae77744fcf5df80d67eda4fd.zip |
[NEW PORT] sysutils/py-iocage: FreeBSD jail manager written in Python
iocage is a jail/container manager amalgamating some of the best
features and technologies the FreeBSD operating system has
to offer. It is geared for ease of use with a simple and easy
to understand command syntax.
WWW: https://github.com/iocage/iocage
Submitted by: robak
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index bd1bdc45089d..afc76e9de297 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -857,6 +857,7 @@ SUBDIR += py-glances SUBDIR += py-halite SUBDIR += py-honcho + SUBDIR += py-iocage SUBDIR += py-iowait SUBDIR += py-nagiosplugin SUBDIR += py-pkginfo |