2003-10-14 14:23:24 +00:00
|
|
|
# New ports collection makefile for: p5-Net-Nslookup
|
|
|
|
# Date created: 14 October 2003
|
|
|
|
# Whom: clsung@dragon2.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-Nslookup
|
2008-04-16 08:12:53 +00:00
|
|
|
PORTVERSION= 1.18
|
2003-10-14 14:23:24 +00:00
|
|
|
CATEGORIES= dns perl5
|
2008-04-06 13:57:28 +00:00
|
|
|
MASTER_SITES= CPAN
|
2003-10-14 14:23:24 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-08-20 02:56:44 +00:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2003-10-14 14:23:24 +00:00
|
|
|
COMMENT= Provides the capabilities of the standard tool nslookup(1)
|
|
|
|
|
2004-01-03 20:30:39 +00:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
|
2003-10-14 14:23:24 +00:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN3= Net::Nslookup.3
|
|
|
|
|
2008-04-06 13:57:28 +00:00
|
|
|
.include <bsd.port.mk>
|