21 lines
530 B
Makefile
21 lines
530 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/10/23 18:16:59 asau 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
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-dns>=1.6.0:../../net/py-dns
|
|
|
|
MANCOMPRESSED= yes
|
|
NO_BUILD= yes
|
|
PYTHON_PATCH_SCRIPTS= sshfp
|
|
|
|
.include "../../lang/python/application.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|