2014-01-18 00:11:27 +01:00
|
|
|
# $NetBSD: Makefile,v 1.8 2014/01/17 23:11:28 wiz Exp $
|
2008-07-31 12:21:21 +02:00
|
|
|
|
|
|
|
DISTNAME= sshfp-1.1.3
|
2012-03-15 12:53:20 +01:00
|
|
|
PKGREVISION= 3
|
2008-07-31 12:21:21 +02:00
|
|
|
CATEGORIES= security net
|
|
|
|
MASTER_SITES= http://www.xelerance.com/software/sshfp/
|
|
|
|
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
2010-08-19 19:08:44 +02:00
|
|
|
HOMEPAGE= http://www.xelerance.com/software/sshfp/
|
2008-07-31 12:21:21 +02:00
|
|
|
COMMENT= Print ssh host key fingerprint resource records
|
2009-11-17 13:23:01 +01:00
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
|
2014-01-18 00:11:27 +01:00
|
|
|
PYTHON_VERSIONED_DEPENDENCIES= dns
|
2008-07-31 12:21:21 +02:00
|
|
|
|
2009-11-17 13:23:01 +01:00
|
|
|
MANCOMPRESSED= yes
|
2008-07-31 12:21:21 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
PYTHON_PATCH_SCRIPTS= sshfp
|
|
|
|
|
|
|
|
.include "../../lang/python/application.mk"
|
2014-01-18 00:11:27 +01:00
|
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
2008-07-31 12:21:21 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|