22 lines
552 B
Makefile
22 lines
552 B
Makefile
# 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
|
|
|
|
.include <bsd.port.mk>
|