diff options
author | az <az@FreeBSD.org> | 2013-09-12 01:07:20 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 01:07:20 +0800 |
commit | 8892259f25adf21ec6849accd7accb334c2fb698 (patch) | |
tree | a7b2fde8299b8a6d0b583d133b8d90be8229e27d /security/p5-Authen-NTLM | |
parent | ff9717ddec17b08d121fdb7e605a258c6529a0a5 (diff) | |
download | freebsd-ports-graphics-8892259f25adf21ec6849accd7accb334c2fb698.tar.gz freebsd-ports-graphics-8892259f25adf21ec6849accd7accb334c2fb698.tar.zst freebsd-ports-graphics-8892259f25adf21ec6849accd7accb334c2fb698.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'security/p5-Authen-NTLM')
-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 77d18863121..3015e502dcd 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 |