pkgsrc/security/sshfp/Makefile

21 lines
527 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 2019/04/25 07:33:17 maya Exp $
DISTNAME= sshfp-1.1.3
PKGREVISION= 5
CATEGORIES= security net
2017-09-04 20:08:18 +02:00
#MASTER_SITES= https://www.xelerance.com/software/sshfp/
MAINTAINER= agc@NetBSD.org
2017-09-04 20:08:18 +02:00
#HOMEPAGE= https://www.xelerance.com/software/sshfp/
COMMENT= Print ssh host key fingerprint resource records
LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
MANCOMPRESSED= yes
NO_BUILD= yes
REPLACE_PYTHON= sshfp
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"