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
|
2009-10-29 15:18:28 +01:00
|
|
|
PORTVERSION= 1.19
|
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-
|
|
|
|
|
2004-08-20 04:56:44 +02:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2003-10-14 16:23:24 +02:00
|
|
|
COMMENT= Provides the capabilities of the standard tool nslookup(1)
|
|
|
|
|
2004-01-03 21:30:39 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
|
2003-10-14 16:23:24 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN3= Net::Nslookup.3
|
|
|
|
|
2008-04-06 15:57:28 +02:00
|
|
|
.include <bsd.port.mk>
|