Update dns/p5-Net-Nslookup to version 2.04_1
[dports.git] / dns / p5-Net-Nslookup / Makefile
1 # Created by: clsung@dragon2.net
2 # $FreeBSD$
3
4 PORTNAME=       Net-Nslookup
5 PORTVERSION=    2.04
6 PORTREVISION=   1
7 CATEGORIES=     dns perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Provides the capabilities of the standard tool nslookup(1)
13
14 BUILD_DEPENDS=  p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
15 RUN_DEPENDS:=   ${BUILD_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>