Update dns/nsd to version 4.0.3
[dports.git] / dns / p5-Net-DNSBL-MultiDaemon / Makefile
1 # Created by: Andrew Greenwood <greenwood.andy@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       Net-DNSBL-MultiDaemon
5 PORTVERSION=    0.38
6 CATEGORIES=     dns mail perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     5u623l20@gmail.com
11 COMMENT=        Net::DNSBL::MultiDaemon - multi DNSBL prioritization
12
13 LICENSE=        ART10 GPLv1 GPLv2 GPLv3
14 LICENSE_COMB=   dual
15
16 BUILD_DEPENDS=  p5-File-SafeDO>=0.12:${PORTSDIR}/devel/p5-File-SafeDO \
17                 p5-Geo-IP-PurePerl>=1.10:${PORTSDIR}/net/p5-Geo-IP-PurePerl \
18                 p5-Net-DNS-Codes>=0.09:${PORTSDIR}/dns/p5-Net-DNS-Codes \
19                 p5-Net-DNS-ToolKit>=0.47:${PORTSDIR}/dns/p5-Net-DNS-ToolKit \
20                 p5-Net-NBsocket>=0.23:${PORTSDIR}/net/p5-Net-NBsocket \
21                 p5-NetAddr-IP>=4.067:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
22                 p5-Unix-Syslog>=0.97:${PORTSDIR}/sysutils/p5-Unix-Syslog
23 RUN_DEPENDS:=   ${BUILD_DEPENDS}
24
25 USES=           perl5 shebangfix
26 USE_PERL5=      configure
27
28 SHEBANG_FILES=  MultiDaemon.pm lib/Net/DNSBL/Utilities.pm
29
30 .include <bsd.port.mk>