1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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/
This commit is contained in:
Martin Wilke 2008-10-25 19:09:50 +00:00
parent 1085424bf5
commit 23b70faef9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222066
5 changed files with 41 additions and 0 deletions

View File

@ -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

24
net/p5-Net-MAC/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: p5-Net-MAC
# Date created: 25 Oct 2008
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-MAC
PORTVERSION= 1.4
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= miwi@FreeBSD.org
COMMENT= Perl 5 module for representing and manipulating MAC addresses
BUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
MAN3= Net::MAC.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>

3
net/p5-Net-MAC/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (Net-MAC-1.4.tar.gz) = b0f416a678efe23bcc49bc502b978c0c
SHA256 (Net-MAC-1.4.tar.gz) = efaa1486156724705d2c5cc4b73f9145e0f5356b2e492269f019a8a611b4aaa1
SIZE (Net-MAC-1.4.tar.gz) = 29475

7
net/p5-Net-MAC/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
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/

6
net/p5-Net-MAC/pkg-plist Normal file
View File

@ -0,0 +1,6 @@
%%SITE_PERL%%/Net/MAC.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/MAC/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/MAC
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
@dirrmtry %%SITE_PERL%%/Net