pkgsrc/security/sshfp/Makefile
agc a1e0ba2e59 Initial import of sshfp-1.1.3 into the Packages Collection.
sshfp is a small utility that generates RFC4255 SSHFP DNS records
	based on the public keys stored in a known_hosts file or obtained by
	using ssh-keyscan.  If the nameserver of the domain allows zone
	tranfers (AXFR), an entire domain can be processed for all its A
	records.  These can then be easilly added to a zone, and then secured
	by DNSSEC.
2008-07-31 10:21:21 +00:00

19 lines
494 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/07/31 10:21:21 agc Exp $
DISTNAME= sshfp-1.1.3
CATEGORIES= security net
MASTER_SITES= http://www.xelerance.com/software/sshfp/
MAINTAINER= agc@NetBSD.org
HOMEPAGE= http://www.xelerance.com/
COMMENT= Print ssh host key fingerprint resource records
DEPENDS+= ${PYPKGPREFIX}-dns>=1.6.0:../../net/py-dns
NO_BUILD= yes
PYTHON_VERSIONS_ACCEPTED= 25 24
PYTHON_PATCH_SCRIPTS= sshfp
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"