1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/net/p5-NetAddr-MAC/Makefile
Steve Wills 3852929f21 net/p5-NetAddr-MAC: Update to 0.96
PR:		229231
Submitted by:	Kai <freebsd_ports@k-worx.org>
Reviewed by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
2018-06-22 17:58:58 +00:00

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>