1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/mail/p5-Net-SenderBase/Makefile
Andrej Zverev 5c64b5a491 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 13:10:09 +00:00

27 lines
548 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.02
CATEGORIES= mail perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JOENIO
PKGNAMEPREFIX= p5-
MAINTAINER= rnejdl@ringofsaturn.com
COMMENT= Query the SenderBase service
RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
PERL_CONFIGURE= yes
MAN3= Net::SenderBase.3 \
Net::SenderBase::Query.3 \
Net::SenderBase::Results.3
.include <bsd.port.mk>