Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / p5-Net-DNS-SEC-Maint-Key / Makefile
blob3294e2be55793ffae3b58a28d28ecc22b1d102eb
1 # $NetBSD: Makefile,v 1.6 2012/10/03 21:57:32 wiz Exp $
4 DISTNAME= Net-DNS-SEC-Maint-Key-0.013
5 PKGNAME= p5-${DISTNAME}
6 PKGREVISION= 4
7 SVR4_PKGNAME= p5dsk
8 CATEGORIES= security net perl5
9 MASTER_SITES= http://www.ripe.net/disi/dnssec_maint_tool/
11 MAINTAINER= pkgsrc-users@NetBSD.org
12 HOMEPAGE= http://www.ripe.net/disi/dnssec_maint_tool/
13 COMMENT= DNSSEC key and key-set maintenance classes and tool
15 DEPENDS+= p5-Net-DNS>=0.44:../../net/p5-Net-DNS
16 DEPENDS+= p5-Net-DNS-SEC>=0.12:../../security/p5-Net-DNS-SEC
17 DEPENDS+= p5-IO-LockedFile-[0-9]*:../../devel/p5-IO-LockedFile
18 DEPENDS+= p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl
19 DEPENDS+= p5-Term-ReadLine>=1.12:../../devel/p5-Term-ReadLine
21 PERL5_PACKLIST= auto/Net/DNS/SEC/Maint/Key/.packlist
23 REPLACE_PERL= apps/dnssecmaint-config
24 REPLACE_PERL+= apps/dnssecmaint-copyprivate
25 REPLACE_PERL+= apps/maintkeydb
27 INSTALLATION_DIRS= bin
29 post-install:
30 for s in dnssecmaint-config dnssecmaint-copyprivate maintkeydb; do \
31 ${INSTALL_SCRIPT} ${WRKSRC}/blib/script/$$s \
32 ${DESTDIR}/${PREFIX}/bin; \
33 done
35 .include "../../lang/perl5/module.mk"
36 .include "../../mk/bsd.pkg.mk"