Update dns/p5-Net-DNS-ToolKit to version 0.48_1
[dports.git] / dns / p5-Net-DNS-ToolKit / Makefile
1 # Created by: Gea-Suan Lin <gslin@gslin.org>
2 # $FreeBSD$
3
4 PORTNAME=       Net-DNS-ToolKit
5 PORTVERSION=    0.48
6 PORTREVISION=   1
7 CATEGORIES=     dns perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Tools for working with DNS packets
13
14 LICENSE=        ART10 GPLv2 GPLv3
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-Net-DNS-Codes>=0.09:${PORTSDIR}/dns/p5-Net-DNS-Codes \
18                 p5-NetAddr-IP>=1.30:${PORTSDIR}/net-mgmt/p5-NetAddr-IP
19 RUN_DEPENDS:=   ${BUILD_DEPENDS}
20
21 MAKE_JOBS_UNSAFE=       yes
22 USES=           perl5
23 USE_PERL5=      configure
24
25 .include <bsd.port.mk>