freebsd-ports/dns/p5-Net-DNSBL-Statistics/Makefile
Gabor Kovesdan 2c1d0c39e7 - Update to 0.05
PR:		ports/120806
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
2008-02-21 12:17:04 +00:00

28 lines
836 B
Makefile

# New ports collection makefile for: p5-Net-DNSBL-Statistics
# Date created: 2008-01-07
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= Net-DNSBL-Statistics
PORTVERSION= 0.05
CATEGORIES= dns mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tjs@cdpa.nsysu.edu.tw
COMMENT= Gather DNSBL Statistics
RUN_DEPENDS= p5-Net-DNS-Codes>=0.09:${PORTSDIR}/dns/p5-Net-DNS-Codes \
p5-Net-DNS-ToolKit>=0.35:${PORTSDIR}/dns/p5-Net-DNS-ToolKit \
p5-Net-DNSBL-MultiDaemon>=0.22:${PORTSDIR}/dns/p5-Net-DNSBL-MultiDaemon
BUILD_DEPENDS= p5-Net-DNS-Codes>=0.09:${PORTSDIR}/dns/p5-Net-DNS-Codes \
p5-Net-DNS-ToolKit>=0.35:${PORTSDIR}/dns/p5-Net-DNS-ToolKit \
p5-Net-DNSBL-MultiDaemon>=0.22:${PORTSDIR}/dns/p5-Net-DNSBL-MultiDaemon
PERL_CONFIGURE= yes
MAN3= Net::DNSBL::Statistics.3
.include <bsd.port.mk>