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 | |
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')
-rw-r--r-- | net/p5-Net-MAC/DESCR | 5 | ||||
-rw-r--r-- | net/p5-Net-MAC/Makefile | 18 | ||||
-rw-r--r-- | net/p5-Net-MAC/distinfo | 5 |
3 files changed, 28 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 diff --git a/net/p5-Net-MAC/Makefile b/net/p5-Net-MAC/Makefile new file mode 100644 index 00000000000..a80c505427b --- /dev/null +++ b/net/p5-Net-MAC/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/24 20:36:27 seb Exp $ +# + +DISTNAME= Net-MAC-1.4 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Net-MAC/ +COMMENT= Perl 5 module for representing and manipulating MAC addresses + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Net/MAC/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-MAC/distinfo b/net/p5-Net-MAC/distinfo new file mode 100644 index 00000000000..30598ee8050 --- /dev/null +++ b/net/p5-Net-MAC/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/10/24 20:36:27 seb Exp $ + +SHA1 (Net-MAC-1.4.tar.gz) = 4dc7fbecb188aab55ac60351f6772ee240c8d006 +RMD160 (Net-MAC-1.4.tar.gz) = c7506ebac4e7d9d9b8f517655b25bcc11ec5c17c +Size (Net-MAC-1.4.tar.gz) = 29475 bytes |