diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-03-10 06:16:46 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-03-10 06:16:46 +0000 |
commit | 67945ba9929a464d30847203dde8beb446a81e54 (patch) | |
tree | baa8f111729f7ce7abc432fe141d09763224f623 /net/p5-NetAddr-MAC | |
parent | 076af15b88dbd398d29b48f8bf00e1ebc69b80a7 (diff) |
Notes
Diffstat (limited to 'net/p5-NetAddr-MAC')
-rw-r--r-- | net/p5-NetAddr-MAC/Makefile | 16 | ||||
-rw-r--r-- | net/p5-NetAddr-MAC/distinfo | 2 | ||||
-rw-r--r-- | net/p5-NetAddr-MAC/pkg-descr | 10 | ||||
-rw-r--r-- | net/p5-NetAddr-MAC/pkg-plist | 2 |
4 files changed, 30 insertions, 0 deletions
diff --git a/net/p5-NetAddr-MAC/Makefile b/net/p5-NetAddr-MAC/Makefile new file mode 100644 index 000000000000..f3061cee98e1 --- /dev/null +++ b/net/p5-NetAddr-MAC/Makefile @@ -0,0 +1,16 @@ +# Created by: Anton Berezin <tobez@tobez.org> +# $FreeBSD$ + +PORTNAME= NetAddr-MAC +PORTVERSION= 0.93 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= dgeo@centrale-marseille.fr +COMMENT= NetAddr::MAC - Handles hardware MAC Addresses (EUI-48 and EUI-64) + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> diff --git a/net/p5-NetAddr-MAC/distinfo b/net/p5-NetAddr-MAC/distinfo new file mode 100644 index 000000000000..e90f43cce260 --- /dev/null +++ b/net/p5-NetAddr-MAC/distinfo @@ -0,0 +1,2 @@ +SHA256 (NetAddr-MAC-0.93.tar.gz) = b9e762c1ff4b579040497b8a0089cf998fc839d3897d3597318758e84564a2f9 +SIZE (NetAddr-MAC-0.93.tar.gz) = 22416 diff --git a/net/p5-NetAddr-MAC/pkg-descr b/net/p5-NetAddr-MAC/pkg-descr new file mode 100644 index 000000000000..220081c5ea04 --- /dev/null +++ b/net/p5-NetAddr-MAC/pkg-descr @@ -0,0 +1,10 @@ +This module provides an interface to deal with Media Access Control (or MAC) +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 OO +and a functional interface. + +WWW: http://search.cpan.org/dist/NetAddr-MAC/ diff --git a/net/p5-NetAddr-MAC/pkg-plist b/net/p5-NetAddr-MAC/pkg-plist new file mode 100644 index 000000000000..1cb8358d143c --- /dev/null +++ b/net/p5-NetAddr-MAC/pkg-plist @@ -0,0 +1,2 @@ +%%PERL5_MAN3%%/NetAddr::MAC.3.gz +%%SITE_PERL%%/NetAddr/MAC.pm |