67945ba992
(EUI-48 and EUI-64). PR: 198308 Submitted by: Anton Berezin <tobez@tobez.org>
16 lines
333 B
Makefile
16 lines
333 B
Makefile
# 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>
|