diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 00:58:41 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 00:58:41 +0800 |
commit | f56f112403e0108e4a1caa3b8bd8197282cda9a6 (patch) | |
tree | f51a8ccd4c67dd7b906626d688870d3bd461a7d4 /security/nikto | |
parent | 8bbe36048e84f63c2f9b313aa70806d28f88d82e (diff) | |
download | freebsd-ports-gnome-f56f112403e0108e4a1caa3b8bd8197282cda9a6.tar.gz freebsd-ports-gnome-f56f112403e0108e4a1caa3b8bd8197282cda9a6.tar.zst freebsd-ports-gnome-f56f112403e0108e4a1caa3b8bd8197282cda9a6.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 |