blob: 16fe6d7dfd09f57943cf906fb9615124704cf587 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|