aboutsummaryrefslogtreecommitdiff
path: root/security/whatweb
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-10-17 02:44:20 +0000
committerSteve Wills <swills@FreeBSD.org>2011-10-17 02:44:20 +0000
commit0e5520829ce4ed254728d67b309920a4f1108782 (patch)
tree653a5b5f3f0655d4d5fc87f3e3e9f8c2d6356a77 /security/whatweb
parent9577ad08331d1c3ad2b1d45df05b6642c3b01392 (diff)
downloadports-0e5520829ce4ed254728d67b309920a4f1108782.tar.gz
ports-0e5520829ce4ed254728d67b309920a4f1108782.zip
- Add missing dependency on iconv
- Pet portlint while here PR: ports/157492 Reported by: C-S <c-s@c-s.li> Approved by: maintainer timeout (>4 months)
Notes
Notes: svn path=/head/; revision=283667
Diffstat (limited to 'security/whatweb')
-rw-r--r--security/whatweb/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/whatweb/Makefile b/security/whatweb/Makefile
index 00ea1a7d3214..762ca04402a8 100644
--- a/security/whatweb/Makefile
+++ b/security/whatweb/Makefile
@@ -7,18 +7,21 @@
PORTNAME= whatweb
PORTVERSION= 0.4.7
+PORTREVISION= 1
CATEGORIES= security www
MASTER_SITES= http://www.morningstarsecurity.com/downloads/
MAINTAINER= niels@FreeBSD.org
COMMENT= A tool to fingerprint web site components
+LICENSE= GPLv2
+
USE_RUBY= yes
NO_BUILD= yes
PORTDOCS= README INSTALL CHANGELOG TODO
MAN1= ${PORTNAME}.1
MANCOMPRESSED= no
-LICENSE= GPLv2
+USE_RUBY_FEATURES= iconv
.include <bsd.port.pre.mk>