diff options
Diffstat (limited to 'dns/sshfp/Makefile')
-rw-r--r-- | dns/sshfp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/sshfp/Makefile b/dns/sshfp/Makefile index 035fa4ce08b5..845476785a66 100644 --- a/dns/sshfp/Makefile +++ b/dns/sshfp/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.xelerance.com/sshfp/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Generate SSHFP DNS records from knownhosts files or ssh-keyscan +LICENSE= GPLv2 + RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython \ ${PYTHON_PKGNAMEPREFIX}argparse>=0.8.0:${PORTSDIR}/devel/py-argparse LIB_DEPENDS+= ldns:${PORTSDIR}/dns/ldns @@ -21,8 +23,6 @@ LIB_DEPENDS+= ldns:${PORTSDIR}/dns/ldns NO_BUILD= yes USE_PYTHON= 2.5+ -LICENSE= GPLv2 - MAN1= sshfp.1 dane.1 PLIST_FILES= bin/sshfp bin/dane |