diff options
author | seb <seb@pkgsrc.org> | 2008-10-24 20:36:27 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-10-24 20:36:27 +0000 |
commit | c12ce057d812b5116218b653f431fb7e70f835b2 (patch) | |
tree | be2fecc3572d2752efc4b26ce2587ab983f22259 /net/p5-Net-MAC/DESCR | |
parent | d3ec6534b73d5a598c6f85be7418ffec388c4585 (diff) | |
download | pkgsrc-c12ce057d812b5116218b653f431fb7e70f835b2.tar.gz |
Initial import of p5-Net-MAC version 1.4 in the NetBSD Packages
Collection.
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
Diffstat (limited to 'net/p5-Net-MAC/DESCR')
-rw-r--r-- | net/p5-Net-MAC/DESCR | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/p5-Net-MAC/DESCR b/net/p5-Net-MAC/DESCR new file mode 100644 index 00000000000..6e4c8204671 --- /dev/null +++ b/net/p5-Net-MAC/DESCR @@ -0,0 +1,5 @@ +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 |