pkgsrc/net/walker/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

26 lines
701 B
Makefile

# $NetBSD: Makefile,v 1.12 2020/01/26 17:31:58 rillig Exp $
#
DISTNAME= walker-3.8
PKGREVISION= 7
CATEGORIES= net
MASTER_SITES= http://josefsson.org/walker/releases/
MAINTAINER= reed@reedmedia.net
HOMEPAGE= https://josefsson.org/walker/
COMMENT= Retrieve a DNS zone using NXT/NSEC traversal
DEPENDS+= p5-Net-DNS>=0.50:../../net/p5-Net-DNS
DEPENDS+= p5-Net-DNS-SEC>=0.12:../../security/p5-Net-DNS-SEC
INSTALLATION_DIRS+= ${PKGMANDIR}/man1 bin
NO_BUILD= yes
REPLACE_PERL= walker
USE_LANGUAGES= # none
USE_TOOLS+= perl:run
do-install:
${INSTALL} ${WRKSRC}/walker ${DESTDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/walker.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
.include "../../mk/bsd.pkg.mk"