blob: 6d4fdab62c0f807bbcbecdba9c97059c1099dad1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= POE-Filter-DNS-TCP
PORTVERSION= 0.04
PORTREVISION= 1
CATEGORIES= dns perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= POE Filter to handle DNS over TCP connections
BUILD_DEPENDS= p5-Net-DNS>=0.66:${PORTSDIR}/dns/p5-Net-DNS \
p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
p5-POE>=1.311:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|