summaryrefslogtreecommitdiff
path: root/mail/p5-Net-SenderBase/Makefile
blob: 7510b385b51109b11391ce70dc5ebd3262cc02c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	mail/p5-Net-SenderBase
# Date created:				2009 March 18
# Whom:					J.R. Oldroyd <fbsd@opal.com>
#
# $FreeBSD$
#

PORTNAME=	Net-SenderBase
PORTVERSION=	1.01
CATEGORIES=	mail perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	fbsd@opal.com
COMMENT=	Query the SenderBase service

RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS

PERL_CONFIGURE=	yes

MAN3=		Net::SenderBase.3 \
		Net::SenderBase::Query.3 \
		Net::SenderBase::Results.3

.include <bsd.port.mk>