mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
update maintainer's mail and LICENSE PR: 277164 Approved by: bapt (maintainer) Differential Revision: https://reviews.freebsd.org/D44312
21 lines
410 B
Makefile
21 lines
410 B
Makefile
PORTNAME= NetAddr-MAC
|
|
PORTVERSION= 0.98
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= dgeo@centrale-med.fr
|
|
COMMENT= Handle hardware MAC addresses (EUI-48 and EUI-64)
|
|
WWW= https://metacpan.org/release/NetAddr-MAC/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
TEST_DEPENDS= p5-Test-Trap>=0:devel/p5-Test-Trap
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|