summaryrefslogtreecommitdiff
path: root/security/sshfp/Makefile
blob: 3aeeed1c7aea14a07311c808575ef4bfe3c35b77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.2 2009/02/09 22:56:26 joerg Exp $

DISTNAME=	sshfp-1.1.3
PKGREVISION=	1
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"