aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/p5-Authen-NTLM/Makefile16
-rw-r--r--security/p5-Authen-NTLM/distinfo6
2 files changed, 14 insertions, 8 deletions
diff --git a/security/p5-Authen-NTLM/Makefile b/security/p5-Authen-NTLM/Makefile
index 526a66d22fa4..10de37dac5cd 100644
--- a/security/p5-Authen-NTLM/Makefile
+++ b/security/p5-Authen-NTLM/Makefile
@@ -6,19 +6,25 @@
# $FreeBSD$
PORTNAME= NTLM
-PORTVERSION= 1.03
+PORTVERSION= 1.05
CATEGORIES= security perl5
MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= Authen
PKGNAMEPREFIX= p5-
MAINTAINER= james@divide.org
-COMMENT= Perl extension to authenticate against an NTLM server
+COMMENT= An NTLM authentication module
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC
PERL_CONFIGURE= yes
MAN3= Authen::NTLM.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500703
+RUN_DEPENDS+= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/security/p5-Authen-NTLM/distinfo b/security/p5-Authen-NTLM/distinfo
index ec6c9fe898ba..f6e53f606a1f 100644
--- a/security/p5-Authen-NTLM/distinfo
+++ b/security/p5-Authen-NTLM/distinfo
@@ -1,3 +1,3 @@
-MD5 (NTLM-1.03.tar.gz) = 5e851a4a2590069cb76f92f6db370493
-SHA256 (NTLM-1.03.tar.gz) = aef30926b23d52415037d3da055198e160ce33058703142fe61963dd9a68d4d4
-SIZE (NTLM-1.03.tar.gz) = 18206
+MD5 (NTLM-1.05.tar.gz) = 5d148e88d96785d996bdd8e1517b9d8c
+SHA256 (NTLM-1.05.tar.gz) = e40da75fc9fdd8b96b3b7439b42823bbb5bc087f26f07b241fa608f6f7872fdf
+SIZE (NTLM-1.05.tar.gz) = 11069