1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/dns/p5-Net-DNSBL-Statistics/Makefile
Philip M. Gollucci 30a675022a - Update to 0.12
PR:             ports/141525
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
2009-12-17 22:28:24 +00:00

29 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.12
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>