aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-MAC-Vendor/Makefile
blob: 5e2e50bddfcf3bd3967d741c65d7a14a4b2691c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Net-MAC-Vendor
PORTVERSION=	1.1901
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Look up the vendor for a MAC

BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww

MAN3=	Net::MAC::Vendor.3

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>