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
|
2009-12-23 12:18:44 +01:00
|
|
|
PORTREVISION= 1
|
2002-08-05 06:32:09 +02:00
|
|
|
CATEGORIES= mail perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-08-05 06:32:09 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-01-29 18:41:17 +01:00
|
|
|
MAINTAINER= perl@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 \
|
2009-12-23 12:18:44 +01:00
|
|
|
p5-NetAddr-IP>0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2004-05-18 12:35:22 +02:00
|
|
|
|
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>
|