diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 00:58:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 00:58:41 +0800 |
commit | e727b45488cd2ddb6cec7ed27719fb23fb0b606a (patch) | |
tree | f51a8ccd4c67dd7b906626d688870d3bd461a7d4 /security/nikto | |
parent | 4d38bf6add21f5b3629f369f9b68ca09205c44d3 (diff) | |
download | freebsd-ports-gnome-e727b45488cd2ddb6cec7ed27719fb23fb0b606a.tar.gz freebsd-ports-gnome-e727b45488cd2ddb6cec7ed27719fb23fb0b606a.tar.zst freebsd-ports-gnome-e727b45488cd2ddb6cec7ed27719fb23fb0b606a.zip |
Convert to new perl framework
Convert USE_GMAKE to USES=gmake
Diffstat (limited to 'security/nikto')
-rw-r--r-- | security/nikto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nikto/Makefile b/security/nikto/Makefile index a4f6587f3a14..207177ed6e79 100644 --- a/security/nikto/Makefile +++ b/security/nikto/Makefile @@ -20,7 +20,8 @@ SSLEAY_DESC= Use NET::SSLeay for ssl scanning NO_BUILD= yes USE_BZIP2= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN1= nikto.1 |