diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:56:03 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:56:03 +0000 |
commit | cd3cb6184d743f557750904f520cdc062e37b05e (patch) | |
tree | a0a6ea50f1979424b6292321aaea818b1b88aec4 /security/hackbot/Makefile | |
parent | 72d58e2d789049f95cdbbdadf5aade5b8c7e0906 (diff) | |
download | ports-cd3cb6184d743f557750904f520cdc062e37b05e.tar.gz ports-cd3cb6184d743f557750904f520cdc062e37b05e.zip |
Notes
Diffstat (limited to 'security/hackbot/Makefile')
-rw-r--r-- | security/hackbot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/hackbot/Makefile b/security/hackbot/Makefile index d19027bebcf5..81e45a1c1302 100644 --- a/security/hackbot/Makefile +++ b/security/hackbot/Makefile @@ -1,6 +1,5 @@ # Created by: mich@freebsdcluster.org # $FreeBSD$ -# PORTNAME= hackbot PORTVERSION= 2.21 @@ -12,7 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= mich@FreeBSD.org COMMENT= Host exploration tool and bannergrabber -USE_PERL5= YES +USES= perl5 NO_BUILD= YES WRKSRC= ${WRKDIR}/${PORTNAME} |