22 lines
443 B
Makefile
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>
|