diff options
author | marino <marino@FreeBSD.org> | 2014-11-03 15:42:38 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-11-03 15:42:38 +0800 |
commit | 9c4922575da0b6d0866d26569e541b4ccbdf4a84 (patch) | |
tree | 0a7b1d370b2618ebb674cbcbaf36420e90d5df45 /net-mgmt/Makefile | |
parent | 3461569ab44a8efd5485503d4483a2eda59569d3 (diff) | |
download | freebsd-ports-gnome-9c4922575da0b6d0866d26569e541b4ccbdf4a84.tar.gz freebsd-ports-gnome-9c4922575da0b6d0866d26569e541b4ccbdf4a84.tar.zst freebsd-ports-gnome-9c4922575da0b6d0866d26569e541b4ccbdf4a84.zip |
Add new port net-mgmt/ccnet
PR: 193133
Submitted by: Jingfeng Yan
Ccnet is a framework for writing networked applications in C. It provides
the services of peer identification, connection management, service
invocation, and message sending. Server has the management of user, group,
and cluster.
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 d64bda785f4c..695a916c1011 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -26,6 +26,7 @@ SUBDIR += bwm-ng SUBDIR += cacti SUBDIR += cacti-spine + SUBDIR += ccnet SUBDIR += cdpd SUBDIR += cdpr SUBDIR += centreon-clib |