2003-10-14 16:23:24 +02:00
|
|
|
# New ports collection makefile for: p5-Net-Nslookup
|
|
|
|
# Date created: 14 October 2003
|
|
|
|
# Whom: clsung@dragon2.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-Nslookup
|
2011-10-08 18:26:50 +02:00
|
|
|
PORTVERSION= 2.01
|
2003-10-14 16:23:24 +02:00
|
|
|
CATEGORIES= dns perl5
|
2008-04-06 15:57:28 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-10-14 16:23:24 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-10-14 16:23:24 +02:00
|
|
|
COMMENT= Provides the capabilities of the standard tool nslookup(1)
|
|
|
|
|
2012-06-04 07:21:59 +02:00
|
|
|
BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2003-10-14 16:23:24 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN3= Net::Nslookup.3
|
|
|
|
|
2008-04-06 15:57:28 +02:00
|
|
|
.include <bsd.port.mk>
|