pkgsrc/security/sshfp/Makefile
wiz 376f99eeee Switch to direct py-dns dependency.
py-dns now supports all python versions, so versioned_dependencies
is not needed any longer.
2016-06-30 18:03:46 +00:00

20 lines
522 B
Makefile

# $NetBSD: Makefile,v 1.11 2016/06/30 18:03:46 wiz Exp $
DISTNAME= sshfp-1.1.3
PKGREVISION= 4
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
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"