aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-MAC/Makefile
blob: 4eb5a9cd9a4ddb003c26a3dafbe4dd7bbd3817a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>