freebsd-ports/mail/p5-Mail-RBL/Makefile

30 lines
718 B
Makefile
Raw Normal View History

# 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>
#
# $FreeBSD$
#
PORTNAME= Mail-RBL
2007-05-03 20:59:31 +02:00
PORTVERSION= 1.10
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
2004-05-18 12:35:22 +02:00
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
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}
PERL_CONFIGURE= yes
MAN3= Mail::RBL.3
2004-05-18 12:35:22 +02:00
FILES= Makefile.PL RBL.pm
2007-05-03 20:59:31 +02:00
.include <bsd.port.mk>