mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
3852929f21
PR: 229231 Submitted by: Kai <freebsd_ports@k-worx.org> Reviewed by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
26 lines
515 B
Makefile
26 lines
515 B
Makefile
# Created by: Anton Berezin <tobez@tobez.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= NetAddr-MAC
|
|
PORTVERSION= 0.96
|
|
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)
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
|
|
LICENSE_FILE_GPLv1= ${WRKSRC}/LICENSE
|
|
|
|
TEST_DEPENDS= p5-Test-Trap>=0:devel/p5-Test-Trap
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|