aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-NTLM
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-11 17:07:20 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-11 17:07:20 +0000
commit2c59cf34e76e83163267dcd971e9939e4bbaab41 (patch)
treea7b2fde8299b8a6d0b583d133b8d90be8229e27d /security/p5-Authen-NTLM
parent461559efe8963c83e5e443a9480c8beefb929cdf (diff)
downloadports-2c59cf34e76e83163267dcd971e9939e4bbaab41.tar.gz
ports-2c59cf34e76e83163267dcd971e9939e4bbaab41.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326994
Diffstat (limited to 'security/p5-Authen-NTLM')
-rw-r--r--security/p5-Authen-NTLM/Makefile9
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