aboutsummaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-11-04 17:45:53 +0000
committerJohn Marino <marino@FreeBSD.org>2014-11-04 17:45:53 +0000
commite31de1153bf0d9b4d1e8c3a8fbef72f0cb5a4e0d (patch)
treefda335d57ab2cf2067a0a28943c6851c009517fc /net/Makefile
parent70b4fb78ab380544eee16db849fed5a6b5dc902f (diff)
downloadports-e31de1153bf0d9b4d1e8c3a8fbef72f0cb5a4e0d.tar.gz
ports-e31de1153bf0d9b4d1e8c3a8fbef72f0cb5a4e0d.zip
Add new port net/p5-Net-Nmsg
PR: 194276 Submitted by: Don Lewis Net::Nmsg is a perl binding to libnmsg, the reference implementation of the NMSG binary structured message interchange format. The NMSG documentation describes the format as: The NMSG format is an efficient encoding of typed, structured data into payloads which are packed into containers which can be transmitted over the network or stored to disk. Each payload is associated with a specific message schema. Modules implementing a certain message schema along with functionality to convert between binary and presentation formats can be loaded at runtime by libnmsg. nmsgtool provides a command line interface to control the transmission, storage, creation, and conversion of NMSG payloads.
Notes
Notes: svn path=/head/; revision=372158
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 7bc929c89460..84d2f173f9f3 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -594,6 +594,7 @@
SUBDIR += p5-Net-NIS
SUBDIR += p5-Net-NIS-Listgroup
SUBDIR += p5-Net-Nessus-XMLRPC
+ SUBDIR += p5-Net-Nmsg
SUBDIR += p5-Net-OAuth
SUBDIR += p5-Net-OAuth-Simple
SUBDIR += p5-Net-OAuth2