opnsense-ports/net/p5-NetAddr-MAC/Makefile
2022-09-07 22:33:21 +02:00

22 lines
443 B
Makefile

PORTNAME= NetAddr-MAC
PORTVERSION= 0.97
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= dgeo@centrale-marseille.fr
COMMENT= Handle hardware MAC addresses (EUI-48 and EUI-64)
WWW= https://metacpan.org/release/NetAddr-MAC
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
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>