diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2013-04-24 10:51:30 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2013-04-24 10:51:30 +0000 |
commit | b47d2c0db7c32417f042c3eefc4fc061b369c186 (patch) | |
tree | 4e7f37336247f7e3e0fec3fcc15b3ca305d2644f /dns/p5-POE-Filter-DNS-TCP/Makefile | |
parent | 0c446683770c62770db3c1e14354d01f9d3eedc9 (diff) | |
download | ports-b47d2c0db7c32417f042c3eefc4fc061b369c186.tar.gz ports-b47d2c0db7c32417f042c3eefc4fc061b369c186.zip |
Notes
Diffstat (limited to 'dns/p5-POE-Filter-DNS-TCP/Makefile')
-rw-r--r-- | dns/p5-POE-Filter-DNS-TCP/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dns/p5-POE-Filter-DNS-TCP/Makefile b/dns/p5-POE-Filter-DNS-TCP/Makefile new file mode 100644 index 000000000000..c017539c6b91 --- /dev/null +++ b/dns/p5-POE-Filter-DNS-TCP/Makefile @@ -0,0 +1,22 @@ +# Created by: Anton Berezin <tobez@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= POE-Filter-DNS-TCP +PORTVERSION= 0.04 +CATEGORIES= dns perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= A 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} + +PERL_CONFIGURE= yes + +MAN3= POE::Filter::DNS::TCP.3 + +.include <bsd.port.mk> |