diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-10 18:45:13 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-10 18:45:13 +0000 |
commit | 2ec64c62bbc6b194949221da811a52caa850f838 (patch) | |
tree | 907839f7facf65f4cd29d80cc822c1ee03737d06 /net/Makefile | |
parent | update to 0.5 (diff) |
Add ruby-radius, a Ruby module that provides an interface to the
RADIUS protocol.
Notes
Notes:
svn path=/head/; revision=69830
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 c4ac03328259..60fb9deee121 100644 --- a/net/Makefile +++ b/net/Makefile @@ -504,6 +504,7 @@ SUBDIR += ruby-net-geoip SUBDIR += ruby-nis SUBDIR += ruby-pcap + SUBDIR += ruby-radius SUBDIR += ruby-romp SUBDIR += ruby-snmp SUBDIR += ruby-soap |