diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:07:20 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:07:20 +0000 |
commit | 2c59cf34e76e83163267dcd971e9939e4bbaab41 (patch) | |
tree | a7b2fde8299b8a6d0b583d133b8d90be8229e27d /security/p5-Authen-NTLM/Makefile | |
parent | 461559efe8963c83e5e443a9480c8beefb929cdf (diff) |
Notes
Diffstat (limited to 'security/p5-Authen-NTLM/Makefile')
-rw-r--r-- | security/p5-Authen-NTLM/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Authen-NTLM/Makefile b/security/p5-Authen-NTLM/Makefile index 77d188631212..3015e502dcd9 100644 --- a/security/p5-Authen-NTLM/Makefile +++ b/security/p5-Authen-NTLM/Makefile @@ -1,8 +1,4 @@ -# New ports collection makefile for: p5-Authen-NTLM -# Date created: June 07 2006 -# Whom: James Thomason <james@divide.org> -# -# +# Created by: James Thomason <james@divide.org> # $FreeBSD$ PORTNAME= Authen-NTLM @@ -18,7 +14,8 @@ COMMENT= An 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 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Authen::NTLM.3 |