1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/p5-Net-MAC/Makefile
Andrej Zverev 734018119e - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 17:53:15 +00:00

20 lines
426 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-MAC
PORTVERSION= 2.103622
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= miwi@FreeBSD.org
COMMENT= Perl 5 module for representing and manipulating MAC addresses
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>