summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
Diffstat (limited to 'dns')
-rw-r--r--dns/dnsrecon/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/dnsrecon/Makefile b/dns/dnsrecon/Makefile
index 5ba34f772789..989d04ea3b1d 100644
--- a/dns/dnsrecon/Makefile
+++ b/dns/dnsrecon/Makefile
@@ -3,6 +3,7 @@
PORTNAME= dnsrecon
PORTVERSION= 0.8.9
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= dns
MAINTAINER= rihaz.jerrin@gmail.com
@@ -11,7 +12,8 @@ COMMENT= DNS enumeration tool
LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython \
- ${PYTHON_PKGNAMEPREFIX}netaddr>=0:net/py-netaddr
+ ${PYTHON_PKGNAMEPREFIX}netaddr>=0:net/py-netaddr \
+ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3
USE_GITHUB= yes
GH_ACCOUNT= darkoperator