summaryrefslogtreecommitdiff
path: root/net/p5-Net-Frame-Device/Makefile
blob: efdc6abb864e74d31aa91c1fcc41403e813623f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

PORTNAME=	Net-Frame-Device
PORTVERSION=	1.12
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Get network device and gateway information

LICENSE=	ART10

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Net-Write>=1.05:net/p5-Net-Write \
		p5-Net-Frame-Dump>=1.08:net/p5-Net-Frame-Dump \
		p5-Net-Frame-Simple>=1.07:net/p5-Net-Frame-Simple \
		p5-Net-Frame-Layer-IPv6>=1.07:net/p5-Net-Frame-Layer-IPv6 \
		p5-Net-Frame-Layer-ICMPv6>=1.09:net/p5-Net-Frame-Layer-ICMPv6 \
		p5-Net-Libdnet6>=0.27:net/p5-Net-Libdnet6

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>