summaryrefslogtreecommitdiff
path: root/security/sshfp/Makefile
blob: 678f8ae7020a21b3491cbdb21fb046e77092a0d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.8 2014/01/17 23:11:28 wiz Exp $

DISTNAME=	sshfp-1.1.3
PKGREVISION=	3
CATEGORIES=	security net
MASTER_SITES=	http://www.xelerance.com/software/sshfp/

MAINTAINER=	agc@NetBSD.org
HOMEPAGE=	http://www.xelerance.com/software/sshfp/
COMMENT=	Print ssh host key fingerprint resource records
LICENSE=	gnu-gpl-v2

PYTHON_VERSIONED_DEPENDENCIES=	dns

MANCOMPRESSED=			yes
NO_BUILD=			yes
PYTHON_PATCH_SCRIPTS=		sshfp

.include "../../lang/python/application.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"