freebsd-ports/security/p5-Authen-NTLM/Makefile
Yen-Ming Lee 1be9f6bd12 - update to 1.05
PR:		127762
Submitted by:	leeym
Approved by:	maintainer
2008-10-01 14:19:41 +00:00

31 lines
663 B
Makefile

# New ports collection makefile for: p5-Authen-NTLM
# Date created: June 07 2006
# Whom: James Thomason <james@divide.org>
#
#
# $FreeBSD$
PORTNAME= NTLM
PORTVERSION= 1.05
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Authen
PKGNAMEPREFIX= p5-
MAINTAINER= james@divide.org
COMMENT= An NTLM authentication module
RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC
PERL_CONFIGURE= yes
MAN3= Authen::NTLM.3
.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>