db062f2e4d
with support for timeouts. WWW: http://search.cpan.org/dist/Net-DNS-Lite/ PR: ports/152591 Submitted by: Gea-Suan Lin <gslin at gslin.org>
24 lines
466 B
Makefile
24 lines
466 B
Makefile
# 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
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= dns perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Pure-perl DNS resolver with support for timeout
|
|
|
|
RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::DNS::Lite.3
|
|
|
|
.include <bsd.port.mk>
|