diff options
author | bapt <bapt@FreeBSD.org> | 2012-02-01 05:43:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-02-01 05:43:34 +0800 |
commit | 91da10c67553474fd76a97aebd02add27ff2611a (patch) | |
tree | 99e6dff55c84b6c630d7973d868bc59953ea8718 /ports-mgmt/Makefile | |
parent | 229a471516cd8c843c1c2713a7bd2b4add00810a (diff) | |
download | freebsd-ports-gnome-91da10c67553474fd76a97aebd02add27ff2611a.tar.gz freebsd-ports-gnome-91da10c67553474fd76a97aebd02add27ff2611a.tar.zst freebsd-ports-gnome-91da10c67553474fd76a97aebd02add27ff2611a.zip |
poudriere is a tool primarily designed to test package production on
FreeBSD. However, most people will find it useful to bulk build ports
for FreeBSD.
WWW: http://git.etoilebsd.net/poudriere/
Of course this is pkgng aware and it support incremental upgrade of binary bulks :)
Diffstat (limited to 'ports-mgmt/Makefile')
-rw-r--r-- | ports-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index 9ed329c232c0..48589ad362f0 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -71,6 +71,7 @@ SUBDIR += portupdate-scan SUBDIR += portupgrade SUBDIR += portupgrade-devel + SUBDIR += poudriere SUBDIR += psearch SUBDIR += pver SUBDIR += qtpkg |