2010-11-26 22:16:38 +01:00
|
|
|
# New ports collection makefile for: p5-Net-DNS-Lite
|
|
|
|
# Date created: 2010-11-26
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-DNS-Lite
|
2012-06-22 03:30:56 +02:00
|
|
|
PORTVERSION= 0.09
|
2010-11-26 22:16:38 +01:00
|
|
|
CATEGORIES= dns perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2011-03-18 04:26:06 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2010-11-26 22:16:38 +01:00
|
|
|
COMMENT= Pure-perl DNS resolver with support for timeout
|
|
|
|
|
2011-08-02 21:05:27 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2011-12-20 05:49:13 +01:00
|
|
|
BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2012-06-22 03:30:56 +02:00
|
|
|
TEST_DEPENDS= p5-Cache-LRU>=0:${PORTSDIR}/devel/p5-Cache-LRU \
|
|
|
|
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
|
2010-11-26 22:16:38 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Net::DNS::Lite.3
|
|
|
|
|
2012-06-22 03:30:56 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 501001
|
|
|
|
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|