pkgsrc/net/walker/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

26 lines
692 B
Makefile

# $NetBSD: Makefile,v 1.6 2014/05/29 23:37:13 wiz Exp $
#
DISTNAME= walker-3.8
PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= http://josefsson.org/walker/releases/
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://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"