import p5-NetAddr-MAC, from Mikolaj Kucharski, ok benoit@

NetAddr::MAC module provides an interface to deal with Media Access
Control addresses. These are the addresses that uniquely identify a
device on various layer 2 networks. Although the most common case is
hardware addresses on Ethernet network cards, there are a variety of
devices that use this system of addressing.

This module supports both EUI-48 and EUI-64 addresses and implements
an object-oriented and a functional interface.
This commit is contained in:
sthen 2016-03-12 20:22:05 +00:00
parent 5afeb9be04
commit cc127311e9
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/03/12 20:22:05 sthen Exp $
COMMENT = module to handle hardware MAC addresses
DISTNAME = NetAddr-MAC-0.94
CATEGORIES = net
MAINTAINER = Mikolaj Kucharski <mikolaj@kucharski.name>
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
BUILD_DEPENDS = devel/p5-Test-Trap
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (NetAddr-MAC-0.94.tar.gz) = LmnMO0ZTQDXxEs5DTXF8htJhkZreXoJP0eXOmgD7TR0=
SIZE (NetAddr-MAC-0.94.tar.gz) = 22630

View File

@ -0,0 +1,8 @@
NetAddr::MAC module provides an interface to deal with Media Access
Control addresses. These are the addresses that uniquely identify a
device on various layer 2 networks. Although the most common case is
hardware addresses on Ethernet network cards, there are a variety of
devices that use this system of addressing.
This module supports both EUI-48 and EUI-64 addresses and implements
an object-oriented and a functional interface.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2016/03/12 20:22:05 sthen Exp $
${P5SITE}/NetAddr/
${P5SITE}/NetAddr/MAC.pm
@man man/man3p/NetAddr::MAC.3p