diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-12-27 23:14:23 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-12-27 23:14:23 +0800 |
commit | 42e36ce4e8d707b3808d4f6ecfd57913bf9129ee (patch) | |
tree | 0d7fe4a1fb714200d130b691a0ee61735dea481f /dns/sshfp | |
parent | 1a63ef0bac77a64a37ad87252e6c4725dddf5514 (diff) | |
download | freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.tar.gz freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.tar.zst freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.zip |
Pacify portlint
Feature safe: yes
Diffstat (limited to 'dns/sshfp')
-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 |