head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2011.10.08.19.15.53;	author sunpoet;	state Exp;
branches;
next	1.7;

1.7
date	2011.07.28.07.00.28;	author sunpoet;	state Exp;
branches;
next	1.6;

1.6
date	2011.06.11.14.34.26;	author sunpoet;	state Exp;
branches;
next	1.5;

1.5
date	2009.07.22.16.26.56;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2008.10.01.14.19.41;	author leeym;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.17.14.27.59;	author araujo;	state Exp;
branches;
next	1.2;

1.2
date	2008.01.21.13.35.03;	author tabthorpe;	state Exp;
branches;
next	1.1;

1.1
date	2006.06.08.09.44.48;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:   p5-Authen-NTLM
# Date created:                        June 07 2006
# Whom:                                James Thomason <james@@divide.org>
#
#
# $FreeBSD: head/security/p5-Authen-NTLM/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	Authen-NTLM
PORTVERSION=	1.09
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME:C/.*-//}-${PORTVERSION}

MAINTAINER=	james@@divide.org
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

MAN3=		Authen::NTLM.3

.include <bsd.port.mk>
@


1.8
log
@- Update to 1.09
- Add BUILD_DEPENDS

Changes:	http://search.cpan.org/dist/NTLM/Changes
PR:		ports/160845
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 18 days)
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.7
log
@- Change PORTNAME
- Bump PORTREVISION for package change

PR:		ports/158835
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 15 days)
@
text
@d9 1
a9 2
PORTVERSION=	1.08
PORTREVISION=	1
d18 1
@


1.6
log
@- Update to 1.08
- While I'm here, update WWW

Changes:	http://search.cpan.org/dist/NTLM/Changes
PR:		ports/157358
Submitted by:	Ryan Steinmetz <rpsfa@@rit.edu>
Approved by:	maintainer (timeout, 15 days)
@
text
@d8 1
a8 1
PORTNAME=	NTLM
d10 1
a12 1
MASTER_SITE_SUBDIR=	Authen
d14 1
@


1.5
log
@- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	1.05
d22 1
a22 1
MAN3=	Authen::NTLM.3
@


1.4
log
@- update to 1.05

PR:		127762
Submitted by:	leeym
Approved by:	maintainer
@
text
@d24 1
a24 7
.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>
@


1.3
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	1.03
d12 1
d16 1
a16 1
COMMENT=	Perl extension to authenticate against an NTLM server
d18 1
a18 2
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS=	${BUILD_DEPENDS}
d24 7
a30 1
.include <bsd.port.mk>
@


1.2
log
@- Update to 1.0.3

PR:		ports/119429
Submitted by:	Philippe Audeoud <jadawin@@tuxaco.net>
Approved by:	Maintainer timeout
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Authen
@


1.1
log
@The NTLM (Windows NT LAN Manager) authentication scheme is the
authentication algorithm used by Microsoft.

NTLM authentication scheme is used in DCOM and HTTP environment. It is
used to authenticate DCE RPC packets in DCOM. It is also used to
authenticate HTTP packets to MS Web Proxy or MS Web Server.

Currently, it is the authentication scheme Internet Explorer chooses to
authenticate itself to proxies/web servers that supports NTLM.

WWW: http://search.cpan.org/dist/Authen-NTLM/

PR:		ports/98684
Submitted by:	James Thomason <james@@divide.org>
@
text
@d9 1
a9 1
PORTVERSION=	1.02
@

