From df49f00e215962de0fa78d88861426e9f7ed482e Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 17 Aug 2008 06:09:52 +0000 Subject: New port: dns/zkt (ZKT is a tool to manage keys and signatures for DNSSEC-zones) ZKT is a tool to manage keys and signatures for DNSSEC-zones. The Zone Key Tool consists of two commands: - dnssec-zkt to create and list dnssec zone keys and - dnssec-signer to sign a zone and manage the lifetime of the zone signing keys See: http://www.hznet.de/dns/zkt/ PR: ports/126296 Submitted by: Frank Behrens --- dns/zkt/Makefile | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 dns/zkt/Makefile (limited to 'dns/zkt/Makefile') diff --git a/dns/zkt/Makefile b/dns/zkt/Makefile new file mode 100644 index 000000000000..a7b640cb25dd --- /dev/null +++ b/dns/zkt/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: zkt +# Date created: 2008-08-06 +# Whom: Frank Behrens +# +# $FreeBSD$ +# + +PORTNAME= zkt +PORTVERSION= 0.97 +CATEGORIES= dns +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://www.hznet.de/dns/zkt/ +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= frank+ports@ilse.behrens.de +COMMENT= Tool to manage keys and signatures for DNSSEC-zones + +DIR_NAMED_CONF?= /etc/namedb + +PLIST_FILES= sbin/dnssec-zkt \ + sbin/dnssec-signer \ + sbin/zkt-soaserial +MAN8= dnssec-zkt.8 dnssec-signer.8 +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-configpath=${DIR_NAMED_CONF} + +.include + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/dnssec-zkt ${PREFIX}/sbin/ + ${INSTALL_PROGRAM} ${WRKSRC}/dnssec-signer ${PREFIX}/sbin/ + ${INSTALL_PROGRAM} ${WRKSRC}/zkt-soaserial ${PREFIX}/sbin/ + ${INSTALL_MAN} ${WRKSRC}/dnssec-zkt.8 ${PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/dnssec-signer.8 ${PREFIX}/man/man8/ + +.include -- cgit v1.2.3