head	1.28;
access;
symbols
	RELEASE_8_3_0:1.24
	RELEASE_9_0_0:1.24
	RELEASE_7_4_0:1.24
	RELEASE_8_2_0:1.24
	RELEASE_6_EOL:1.24
	RELEASE_8_1_0:1.23
	RELEASE_7_3_0:1.21
	RELEASE_8_0_0:1.20
	RELEASE_7_2_0:1.18
	RELEASE_7_1_0:1.18
	RELEASE_6_4_0:1.18
	RELEASE_5_EOL:1.17
	RELEASE_7_0_0:1.15
	RELEASE_6_3_0:1.15
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.14
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.2;
locks; strict;
comment	@# @;


1.28
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.27;

1.27
date	2012.09.13.13.13.34;	author jadawin;	state Exp;
branches;
next	1.26;

1.26
date	2012.06.10.18.42.14;	author swills;	state Exp;
branches;
next	1.25;

1.25
date	2012.05.31.11.19.28;	author bapt;	state Exp;
branches;
next	1.24;

1.24
date	2010.07.19.16.18.01;	author leeym;	state Exp;
branches;
next	1.23;

1.23
date	2010.03.29.22.35.09;	author tobez;	state Exp;
branches;
next	1.22;

1.22
date	2010.03.11.18.18.22;	author tobez;	state Exp;
branches;
next	1.21;

1.21
date	2009.11.05.14.53.59;	author skv;	state Exp;
branches;
next	1.20;

1.20
date	2009.09.25.07.17.29;	author tobez;	state Exp;
branches;
next	1.19;

1.19
date	2009.07.22.16.26.57;	author pgollucci;	state Exp;
branches;
next	1.18;

1.18
date	2008.07.01.20.49.52;	author leeym;	state Exp;
branches;
next	1.17;

1.17
date	2008.04.22.13.59.21;	author mat;	state Exp;
branches;
next	1.16;

1.16
date	2008.04.17.14.28.00;	author araujo;	state Exp;
branches;
next	1.15;

1.15
date	2007.09.08.01.03.52;	author linimon;	state Exp;
branches;
next	1.14;

1.14
date	2006.05.17.13.50.43;	author erwin;	state Exp;
branches;
next	1.13;

1.13
date	2006.04.24.03.10.50;	author ache;	state Exp;
branches;
next	1.12;

1.12
date	2006.03.28.10.01.00;	author tobez;	state Exp;
branches;
next	1.11;

1.11
date	2006.03.27.10.08.49;	author tobez;	state Exp;
branches;
next	1.10;

1.10
date	2005.04.27.09.06.02;	author skv;	state Exp;
branches;
next	1.9;

1.9
date	2004.05.25.13.12.32;	author erwin;	state Exp;
branches;
next	1.8;

1.8
date	2004.04.14.06.35.03;	author erwin;	state Exp;
branches;
next	1.7;

1.7
date	2003.11.02.10.39.32;	author krion;	state Exp;
branches;
next	1.6;

1.6
date	2003.10.18.08.14.24;	author erwin;	state Exp;
branches;
next	1.5;

1.5
date	2003.08.29.12.21.58;	author mat;	state Exp;
branches;
next	1.4;

1.4
date	2003.06.19.03.30.01;	author foxfair;	state Exp;
branches;
next	1.3;

1.3
date	2003.05.08.06.11.16;	author demon;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.21.13.26.49;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.04.07.04.38;	author demon;	state Exp;
branches;
next	;


desc
@@


1.28
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Authen-SASL
# Date created:				January 3rd 2003
# Whom:	      				Blaz Zupan <blaz@@si.FreeBSD.org>
#
# $FreeBSD: head/security/p5-Authen-SASL/Makefile 304210 2012-09-13 13:13:34Z jadawin $
#

PORTNAME=	Authen-SASL
PORTVERSION=	2.16
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl5 module for SASL authentication

RUN_DEPENDS=	p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC
BUILD_DEPENDS:=	${RUN_DEPENDS}

OPTIONS_DEFINE=	KERBEROS
OPTIONS_DEFAULT=	KERBEROS

PERL_CONFIGURE=	yes
CONFIGURE_ENV+=	AUTOMATED_TESTING=yes

MAN3=		Authen::SASL.3 \
		Authen::SASL::Perl.3 \
		Authen::SASL::Perl::ANONYMOUS.3 \
		Authen::SASL::Perl::CRAM_MD5.3 \
		Authen::SASL::Perl::DIGEST_MD5.3 \
		Authen::SASL::Perl::EXTERNAL.3 \
		Authen::SASL::Perl::GSSAPI.3 \
		Authen::SASL::Perl::LOGIN.3 \
		Authen::SASL::Perl::PLAIN.3

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MKERBEROS}
RUN_DEPENDS+=	p5-GSSAPI>0:${PORTSDIR}/security/p5-GSSAPI
.endif

.include <bsd.port.mk>
@


1.27
log
@SVN rev 304210 on 2012-09-13 13:13:34Z by jadawin

- Update to 2.16
- Changelog: http://cpansearch.perl.org/src/GBARR/Authen-SASL-2.16/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.26
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d9 1
a9 1
PORTVERSION=	2.15
@


1.25
log
@Convert to new options framework
@
text
@d18 1
a18 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.24
log
@- update to 2.15
@
text
@d20 2
a21 1
OPTIONS=	KERBEROS "Enable Kerberos support" On
d36 1
a36 1
.include <bsd.port.pre.mk>
d38 1
a38 1
.if !defined(WITHOUT_KERBEROS)
d42 1
a42 1
.include <bsd.port.post.mk>
@


1.23
log
@Update to 2.14(.)01.

Changes:	http://search.cpan.org/dist/Authen-SASL/Changes
@
text
@d9 1
a9 1
PORTVERSION=	2.14.01
a12 1
DISTNAME=	${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
d18 1
d25 9
a33 9
MAN3+=	Authen::SASL.3
MAN3+=	Authen::SASL::Perl.3
MAN3+=	Authen::SASL::Perl::ANONYMOUS.3
MAN3+=	Authen::SASL::Perl::CRAM_MD5.3
MAN3+=	Authen::SASL::Perl::DIGEST_MD5.3
MAN3+=	Authen::SASL::Perl::EXTERNAL.3
MAN3+=	Authen::SASL::Perl::GSSAPI.3
MAN3+=	Authen::SASL::Perl::LOGIN.3
MAN3+=	Authen::SASL::Perl::PLAIN.3
@


1.22
log
@Update to 2.14.

Changes:	http://search.cpan.org/dist/Authen-SASL/Changes
@
text
@d9 1
a9 1
PORTVERSION=	2.14
d13 1
@


1.21
log
@Respect KERBEROS option when it is "off".

PR:		ports/139237
Pointed by:	Vick Khera <vivek xx khera.org>
@
text
@d9 1
a9 1
PORTVERSION=	2.13
a39 5
post-patch:
	${RM} ${WRKSRC}/lib/Authen/SASL/Perl/EXTERNAL.pm.orig
	${RM} ${WRKSRC}/lib/Authen/SASL/Perl/DIGEST_MD5.pm.orig
	${RM} ${WRKSRC}/lib/Authen/SASL/Perl/DIGEST_MD5.pm.rej

@


1.20
log
@Update to 2.13.

Changes:	http://search.cpan.org/dist/Authen-SASL/Changes
Feature safe:	yes
@
text
@d34 2
d45 1
a45 1
.include <bsd.port.mk>
@


1.19
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=	2.12
d38 5
@


1.18
log
@- update to 2.12
@
text
@a33 6
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+=	p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5
.endif

d38 1
a38 1
.include <bsd.port.post.mk>
@


1.17
log
@Update to 2.11
@
text
@d9 1
a9 1
PORTVERSION=	2.11
d17 1
a17 3
BUILD_DEPENDS=	\
	p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \
	p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC
d36 4
d41 1
a41 1
BUILD_DEPENDS+=	p5-GSSAPI>0:${PORTSDIR}/security/p5-GSSAPI
a42 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.16
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 2
PORTVERSION=	2.10
PORTREVISION=	1
@


1.15
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Authen
@


1.14
log
@Use OPTIONS for WITHOUT_KERBEROS

PR:		97270
Submitted by:	Rong-En Fan <rafan@@infor.org>
@
text
@a39 4
.if ${PERL_LEVEL} < 500600
IGNORE=		requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif

@


1.13
log
@Allow to build it on system wich have WITHOUT_KERBEROS defined
(GSSAPI module is optional as intended)
@
text
@d23 2
@


1.12
log
@Make the port depend on the newly created security/p5-GSSAPI.  Bump
portrevision.
@
text
@d21 1
a21 3
	p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \
	p5-GSSAPI>0:${PORTSDIR}/security/p5-GSSAPI
RUN_DEPENDS=	${BUILD_DEPENDS}
d24 1
d42 5
@


1.11
log
@Update to 2.10.  Require perl from ports.
@
text
@d10 1
d21 2
a22 1
	p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC
@


1.10
log
@* update to 2.09
* change maintainer to perl@@
@
text
@d9 1
a9 1
PORTVERSION=	2.09
d18 5
d25 15
a39 4
MAN3=	Authen::SASL.3 Authen::SASL::Perl.3 \
	Authen::SASL::Perl::ANONYMOUS.3 Authen::SASL::Perl::CRAM_MD5.3 \
	Authen::SASL::Perl::DIGEST_MD5.3 Authen::SASL::Perl::EXTERNAL.3 \
	Authen::SASL::Perl::LOGIN.3 Authen::SASL::Perl::PLAIN.3
d41 1
a41 1
.include <bsd.port.mk>
@


1.9
log
@Update to 2.08
@
text
@d9 1
a9 1
PORTVERSION=	2.08
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d20 4
a23 1
MAN3=		Authen::SASL.3 Authen::SASL::Perl::DIGEST_MD5.3
@


1.8
log
@Update to 2.07
@
text
@d9 1
a9 1
PORTVERSION=	2.07
@


1.7
log
@- Update to version 2.06

PR:		58824
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d9 1
a9 1
PORTVERSION=	2.06
@


1.6
log
@Update to 2.05
@
text
@d9 1
a9 1
PORTVERSION=	2.05
@


1.5
log
@- fixed plist
- made portlint happy

PR:		55962
Submitted by:	Oliver Eikemeier <eikemeier@@fillmore-labs.com>
@
text
@d9 1
a9 1
PORTVERSION=	2.04
@


1.4
log
@Update to 2.04, the latest version in CPAN.
Use SITE_PERL in PLIST.
@
text
@d8 1
a8 1
PORTNAME=	p5-Authen-SASL
d13 1
a13 1
DISTNAME=	Authen-SASL-${PORTVERSION}
d20 1
a20 2
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3=		Authen::SASL.3
@


1.3
log
@Update to version 2.03.

Approved by:	maintainer

Reset MAINTAINER to ports@@.

Requested by:		former maintainer
@
text
@d9 1
a9 1
PORTVERSION=	2.03
@


1.2
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	2.02
d15 1
a15 1
MAINTAINER=	blaz@@si.FreeBSD.org
@


1.1
log
@New port: p5-Authen-SASL.

SASL is a generic mechanism for authentication used by
several network protocols. Authen::SASL provides an
implementation framework that all protocols should be able
to share.

Submitted by:	Blaz Zupan <blaz@@si.FreeBSD.org>
@
text
@d16 1
@

