2002-08-05 06:32:09 +02:00
|
|
|
# New ports collection makefile for: p5-Mail-RBL
|
|
|
|
# Date created: July 24th 2002
|
2003-06-12 18:41:16 +02:00
|
|
|
# Whom: Erwin Lansing <erwin@FreeBSD.org>
|
2002-08-05 06:32:09 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Mail-RBL
|
2007-05-03 20:59:31 +02:00
|
|
|
PORTVERSION= 1.10
|
2002-08-05 06:32:09 +02:00
|
|
|
CATEGORIES= mail perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Mail
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2003-06-12 18:41:16 +02:00
|
|
|
MAINTAINER= erwin@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Perl extension to access RBL-style host verification services
|
2002-08-05 06:32:09 +02:00
|
|
|
|
2004-05-18 12:35:22 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
|
2006-08-23 21:34:04 +02:00
|
|
|
p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
|
2004-05-18 12:35:22 +02:00
|
|
|
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2002-08-05 06:32:09 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Mail::RBL.3
|
|
|
|
|
2004-05-18 12:35:22 +02:00
|
|
|
FILES= Makefile.PL RBL.pm
|
2002-08-05 06:32:09 +02:00
|
|
|
|
2007-05-03 20:59:31 +02:00
|
|
|
.include <bsd.port.mk>
|