ports/net/p5-NetAddr-MAC/Makefile
Philippe Audeoud 2a7b6861bf net/p5-NetAddr-MAC: update to 0.98
update maintainer's mail and LICENSE

PR:	277164
Approved by:	bapt (maintainer)
Differential Revision:	https://reviews.freebsd.org/D44312
2024-03-12 11:03:09 +01:00

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>