aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-DHCP/Makefile
blob: f1dec962acdd447cd551d9053e8be1993d3caedb (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
PORTNAME=	Net-DHCP
PORTVERSION=	0.700
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:S|00$||}

MAINTAINER=	perl@FreeBSD.org
COMMENT=	DHCP set of classes designed to handle basic DHCP handling

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

TEST_DEPENDS=	p5-Net-Frame-Dump>=0:net/p5-Net-Frame-Dump \
		p5-Net-Frame-Simple>=0:net/p5-Net-Frame-Simple \
		p5-Net-Pcap>=0:net/p5-Net-Pcap \
		p5-Test-Warn>=0:devel/p5-Test-Warn

USES=		perl5
USE_PERL5=	modbuild

NO_ARCH=	yes

.include <bsd.port.mk>