diff options
author | crees <crees@FreeBSD.org> | 2012-04-07 22:42:24 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-04-07 22:42:24 +0800 |
commit | 24e5dc9fb085652b2a7f677db4b07718e1c70077 (patch) | |
tree | f7729842afc1db647bab00604c7ad47cdffe344b /net/Makefile | |
parent | dc5c1ea90dce5138a759268d9f207a928e6e7a3f (diff) | |
download | freebsd-ports-gnome-24e5dc9fb085652b2a7f677db4b07718e1c70077.tar.gz freebsd-ports-gnome-24e5dc9fb085652b2a7f677db4b07718e1c70077.tar.zst freebsd-ports-gnome-24e5dc9fb085652b2a7f677db4b07718e1c70077.zip |
librouteros (or libRouterOS) is a C library to communicate with network
devices by MikroTik running their Linux-based operating system RouterOS.
WWW: http://verplant.org/librouteros/
PR: ports/166707
Submitted by: Mark Felder <feld@feld.me>
Feature safe: yes
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 72451e84e2f3..4e276486b4f7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -325,6 +325,7 @@ SUBDIR += libproxy-perl SUBDIR += libproxy-python SUBDIR += libproxy-webkit + SUBDIR += librouteros SUBDIR += librsync SUBDIR += libsocket++ SUBDIR += libsocketcpp |