Update dns/nsd to version 4.0.3
[dports.git] / dns / p5-Net-DNS-Lite / Makefile
1 # Created by: Gea-Suan Lin <gslin@gslin.org>
2 # $FreeBSD$
3
4 PORTNAME=       Net-DNS-Lite
5 PORTVERSION=    0.11
6 CATEGORIES=     dns perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Pure-Perl DNS resolver with support for timeout
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 BUILD_DEPENDS=  p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
17 RUN_DEPENDS:=   ${BUILD_DEPENDS}
18 TEST_DEPENDS=   p5-Cache-LRU>=0:${PORTSDIR}/devel/p5-Cache-LRU \
19                 p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
20
21 USES=           perl5
22 USE_PERL5=      configure
23
24 .include <bsd.port.mk>