freebsd-ports/net/p5-Net-MAC/Makefile
Andrej Zverev 69f02904e7 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-06 09:21:19 +00:00

25 lines
526 B
Makefile

# New ports collection makefile for: p5-Net-MAC
# Date created: 25 Oct 2008
# Whom: 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
MAN3= Net::MAC.3
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>