diff options
-rw-r--r-- | security/p5-Authen-NTLM/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/p5-Authen-NTLM/Makefile b/security/p5-Authen-NTLM/Makefile index 99665727c5b2..b260daa4da9f 100644 --- a/security/p5-Authen-NTLM/Makefile +++ b/security/p5-Authen-NTLM/Makefile @@ -5,12 +5,13 @@ # # $FreeBSD$ -PORTNAME= NTLM +PORTNAME= Authen-NTLM PORTVERSION= 1.08 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Authen PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME:C/.*-//}-${PORTVERSION} MAINTAINER= james@divide.org COMMENT= An NTLM authentication module |