summaryrefslogtreecommitdiff
path: root/dns/dnssecwalker/Makefile
blob: 1d36dfdf5a04b852bb7a13bf9d35a60e84abac88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# ex:ts=8
# Ports collection makefile for:	dnssecwalk
# Date created:			Feb 7, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	dnssecwalker
PORTVERSION=	2.0
CATEGORIES=	net
MASTER_SITES=	http://josefsson.org/walker/
DISTNAME=	walker-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org

RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS

USE_PERL5=	yes
NO_BUILD=	yes

MAN1=	walker.1

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/walker ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/walker.1 ${MAN1PREFIX}/man/man1

.include <bsd.port.mk>