aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-POE-Component-Client-DNS/Makefile
blob: 06790303e168f4afdb4eb591ffe537167c156141 (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
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=	POE-Component-Client-DNS
PORTVERSION=	1.053
PORTEPOCH=	1
CATEGORIES=	dns perl5 devel
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	POE component for non-blocking/concurrent DNS queries

BUILD_DEPENDS=	p5-POE>=1.007:${PORTSDIR}/devel/p5-POE \
		p5-Net-DNS>=0.59:${PORTSDIR}/dns/p5-Net-DNS
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings

USES=		perl5
USE_PERL5=	configure

MAN3=		POE::Component::Client::DNS.3

.include <bsd.port.mk>