diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-10-25 19:09:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-10-25 19:09:50 +0000 |
commit | 23b70faef93d747adaeea28cd37290057ca8dc7e (patch) | |
tree | 0f7fd4f12dd122f4b7daace2089828e4eada8b42 /net/Makefile | |
parent | 1085424bf562144573976204cf87f2bae26d3cc4 (diff) |
The Perl 5 module Net::MAC allows you to
- store a MAC address in a Perl object
- find out information about a stored MAC address
- convert a MAC address into a specified format
- easily compare two MAC addresses for string or numeric equality
WWW: http://search.cpan.org/dist/Net-MAC/
Notes
Notes:
svn path=/head/; revision=222066
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 2e03c902c67e..690fd712a782 100644 --- a/net/Makefile +++ b/net/Makefile @@ -522,6 +522,7 @@ SUBDIR += p5-Net-LDAP-LDAPhash SUBDIR += p5-Net-LDAP-Makepath SUBDIR += p5-Net-Libdnet + SUBDIR += p5-Net-MAC SUBDIR += p5-Net-MAC-Vendor SUBDIR += p5-Net-Mosso-CloudFiles SUBDIR += p5-Net-MovableType |