diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-07-13 21:10:25 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-07-13 21:10:25 +0000 |
commit | c860313ec2fe4a35c51bd1acfe6be8d4594b8bee (patch) | |
tree | b8986a4ad265c51ef8cd36727aa863236c95b39e /devel/Makefile | |
parent | 4e3dd6c86ca24f18008dd3aecdcb494c17224bee (diff) |
devel/py-sysctl: wrapper for the sysctl system functions
Python wrapper for the sysctl system functions.
It provides a very simple interface to query for sysctls and to change
their values in a pythonic way.
WWW: https://github.com/williambr/py-sysctl
Notes
Notes:
svn path=/head/; revision=322971
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d0570698d67b..5f51eaaea58f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3727,6 +3727,7 @@ SUBDIR += py-stevedore SUBDIR += py-subversion SUBDIR += py-subvertpy + SUBDIR += py-sysctl SUBDIR += py-sysv_ipc SUBDIR += py-tables SUBDIR += py-tconfpy |