1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/p5-Net-MAC/Makefile
2008-11-15 22:39:45 +00:00

25 lines
535 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= 1.5
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= miwi@FreeBSD.org
COMMENT= Perl 5 module for representing and manipulating MAC addresses
BUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
MAN3= Net::MAC.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>