Tweak dns/sleuth version 1.4.4
[dports.git] / dns / p5-Net-DRI / Makefile
1 # Created by: Mark Felder <feld@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Net-DRI
5 PORTVERSION=    0.96
6 CATEGORIES=     dns perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     feld@FreeBSD.org
11 COMMENT=        A Perl library to access Domain Name Registries/Registrars
12
13 RUN_DEPENDS=    p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime \
14                 p5-DateTime-Format-ISO8601>0.06:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 \
15                 p5-DateTime-Format-Strptime>0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
16                 p5-DateTime-TimeZone>0:${PORTSDIR}/devel/p5-DateTime-TimeZone \
17                 p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
18                 p5-Class-Accessor-Chained>0:${PORTSDIR}/devel/p5-Class-Accessor-Chained \
19                 p5-Time-HiRes>0:${PORTSDIR}/devel/p5-Time-HiRes \
20                 p5-Email-Valid>0:${PORTSDIR}/mail/p5-Email-Valid \
21                 p5-IO-Socket-SSL>0.90:${PORTSDIR}/security/p5-IO-Socket-SSL \
22                 p5-XML-LibXML>1.61:${PORTSDIR}/textproc/p5-XML-LibXML \
23                 p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
24                 p5-SOAP-Lite>0:${PORTSDIR}/net/p5-SOAP-Lite \
25                 p5-SOAP-WSDL>0:${PORTSDIR}/devel/p5-SOAP-WSDL \
26                 p5-libwww>0:${PORTSDIR}/www/p5-libwww \
27                 p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \
28                 p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS \
29                 p5-MIME-Tools>0:${PORTSDIR}/mail/p5-MIME-Tools
30
31 USES=           perl5
32 USE_PERL5=      configure
33
34 .include <bsd.port.mk>