2013-09-17 08:28:07 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2006-07-13 04:02:55 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-RBLClient
|
|
|
|
PORTVERSION= 0.5
|
|
|
|
CATEGORIES= dns perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-13 04:02:55 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
|
|
COMMENT= Queries multiple Realtime Blackhole Lists in parallel
|
|
|
|
|
2012-06-30 07:52:54 +02:00
|
|
|
BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
|
|
|
|
p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-07-13 04:02:55 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/RBLCLient-${PORTVERSION}
|
|
|
|
|
2013-09-17 08:28:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-07-13 04:02:55 +02:00
|
|
|
|
|
|
|
MAN1= spamalyze.1
|
|
|
|
MAN3= Net::RBLClient.3
|
|
|
|
|
2013-09-20 18:31:57 +02:00
|
|
|
NO_STAGE= yes
|
2013-09-17 08:28:07 +02:00
|
|
|
.include <bsd.port.mk>
|