diff options
author | danfe <danfe@FreeBSD.org> | 2015-08-10 18:51:30 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-08-10 18:51:30 +0800 |
commit | 3c7cf719dd9a79516c58e4a6152f942d86d88a14 (patch) | |
tree | 07ceea81a997f97a7785788dea2433937e100df6 /net-mgmt/Makefile | |
parent | fb541a152e0db6ebe881f4bc195da93010150ec8 (diff) | |
download | freebsd-ports-gnome-3c7cf719dd9a79516c58e4a6152f942d86d88a14.tar.gz freebsd-ports-gnome-3c7cf719dd9a79516c58e4a6152f942d86d88a14.tar.zst freebsd-ports-gnome-3c7cf719dd9a79516c58e4a6152f942d86d88a14.zip |
Add Perl module for managing an OpenVPN process via its management port,
with custom patch that introduces new method to return active connection
status information as a hash to hashes.
Submitted by: Zeus Panchenko <zeus@gnu.org.ua>
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 8b6318bf5c93..b75153925cfc 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -217,6 +217,7 @@ SUBDIR += p5-Net-IPv6Addr SUBDIR += p5-Net-NSCA-Client SUBDIR += p5-Net-Netmask + SUBDIR += p5-Net-OpenVPN-Manage SUBDIR += p5-Net-SNMP SUBDIR += p5-Net-SNMP-Util SUBDIR += p5-Net-SNMPTrapd |