blob: 2017409905ff836319c3c11e796464cc119fca0b (
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
29
30
31
|
# ex:ts=8
# Ports collection makefile for: dnssecwalk
# Date created: Feb 7, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= dnssecwalker
PORTVERSION= 2.0
CATEGORIES= dns
MASTER_SITES= http://josefsson.org/walker/
DISTNAME= walker-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= DNSSEC Walker
RUN_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
USE_PERL5= yes
NO_BUILD= yes
CONFLICTS= walker-1.*
MAN1= walker.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/walker ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/walker.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>
|