diff options
author | mmoll <mmoll@FreeBSD.org> | 2015-09-11 18:51:31 +0800 |
---|---|---|
committer | mmoll <mmoll@FreeBSD.org> | 2015-09-11 18:51:31 +0800 |
commit | 6fd50dc9656114e96d280287af2a0fb3361b37e3 (patch) | |
tree | 3c1a2a88f7e93becdf8158cf4896329348476a0f /sysutils/Makefile | |
parent | bb70414a68a2b340284809f9d7851193401eb7a2 (diff) | |
download | freebsd-ports-gnome-6fd50dc9656114e96d280287af2a0fb3361b37e3.tar.gz freebsd-ports-gnome-6fd50dc9656114e96d280287af2a0fb3361b37e3.tar.zst freebsd-ports-gnome-6fd50dc9656114e96d280287af2a0fb3361b37e3.zip |
new port: sysutils/facter
Facter is Puppet's cross-platform system profiling library.
While former versions (sysutils/rubygem-facter) were written in Ruby, this
version is written in C++11. FreeBSD support in the upstream sources is
sparse and DragonFly is not supported at all for the moment.
WWW: https://puppetlabs.com/facter
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D3579
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 31bbc35f0bc4..c376eb4a87dd 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -245,6 +245,7 @@ SUBDIR += extipl SUBDIR += ezjail SUBDIR += f3 + SUBDIR += facter SUBDIR += fanout SUBDIR += farbot SUBDIR += fastest_cvsup |