mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
31771c66d0
http://www.senderbase.org/. WWW: http://search.cpan.org/dist/Net-SenderBase/ PR: ports/132782 Submitted by: J.R. Oldroyd <fbsd at opal.com>
26 lines
529 B
Makefile
26 lines
529 B
Makefile
# 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>
|