1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Add missing BUILD_DEPENDS and RUN_DEPENDS

- Bump PORTREVISION due to new RUN_DEPENDS changing package
This commit is contained in:
Steve Wills 2012-02-29 04:52:36 +00:00
parent 4db0639e54
commit ee406a9fe3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292416

View File

@ -7,6 +7,7 @@
PORTNAME= POE-Component-Server-DNS
PORTVERSION= 0.20
PORTREVISION= 1
CATEGORIES= dns perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,10 +15,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Non-blocking, concurrent DNS server component
RUN_DEPENDS= p5-POE>=0.38:${PORTSDIR}/devel/p5-POE \
BUILD_DEPENDS= p5-POE>=0.38:${PORTSDIR}/devel/p5-POE \
p5-Net-DNS>=0.58:${PORTSDIR}/dns/p5-Net-DNS \
p5-POE-Component-Client-DNS>=1.00:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \
p5-POE-Component-Generic>=0.09.10:${PORTSDIR}/net/p5-POE-Component-Generic
p5-POE-Component-Generic>=0.09.10:${PORTSDIR}/net/p5-POE-Component-Generic \
p5-POE-Component-Client-DNS-Recursive>=0:${PORTSDIR}/dns/p5-POE-Component-Client-DNS-Recursive
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes