diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-30 09:08:26 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-30 09:08:26 +0000 |
commit | 45ccac20059573c3690532e878034f46066cb9f5 (patch) | |
tree | b7b147021fc5c4ec7ad6d50a1c5ecede3111129f /security/p5-Authen-NTLM/Makefile | |
parent | a2d15db6b31c481f18b236bfbfe1d53496d11a7a (diff) |
Notes
Diffstat (limited to 'security/p5-Authen-NTLM/Makefile')
-rw-r--r-- | security/p5-Authen-NTLM/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/p5-Authen-NTLM/Makefile b/security/p5-Authen-NTLM/Makefile index cfb3c23ecd6c..271a602ffc4c 100644 --- a/security/p5-Authen-NTLM/Makefile +++ b/security/p5-Authen-NTLM/Makefile @@ -9,7 +9,7 @@ PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME:C/.*-//}-${PORTVERSION} MAINTAINER= james@divide.org -COMMENT= An NTLM authentication module +COMMENT= Perl5 NTLM authentication module BUILD_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC @@ -17,7 +17,4 @@ RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC USES= perl5 USE_PERL5= configure -MAN3= Authen::NTLM.3 - -NO_STAGE= yes .include <bsd.port.mk> |