head	1.9;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	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.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


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

1.8
date	2012.06.08.12.47.18;	author culot;	state Exp;
branches;
next	1.7;

1.7
date	2012.05.07.15.42.43;	author skv;	state Exp;
branches;
next	1.6;

1.6
date	2011.11.11.18.53.17;	author skv;	state Exp;
branches;
next	1.5;

1.5
date	2008.04.17.14.28.00;	author araujo;	state Exp;
branches;
next	1.4;

1.4
date	2007.09.08.01.03.52;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.05.09.24.53;	author skv;	state Exp;
branches;
next	1.2;

1.2
date	2005.11.08.17.38.56;	author skv;	state Exp;
branches;
next	1.1;

1.1
date	2005.11.01.11.49.34;	author skv;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Authen-SASL-Cyrus
# Date created:	   01 November 2005
# Whom:		   Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: head/security/p5-Authen-SASL-Cyrus/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	XS SASL Authentication

BUILD_DEPENDS=	p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL
LIB_DEPENDS=	sasl2:${PORTSDIR}/security/cyrus-sasl2
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes
CONFIGURE_ARGS=	INC="-I${LOCALBASE}/include"

MAN3=		Authen::SASL::Cyrus.3

.include <bsd.port.mk>
@


1.8
log
@- Remove SITE_PERL from *_DEPENDS

Submitted by:	az@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@Pass maintainership of almost of my "p5-*" ports to "perl@@".

(I hope updating of them will be improved).
@
text
@d17 1
a17 1
BUILD_DEPENDS=	${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL
@


1.6
log
@Update to 0.13

Changes:	http://cpansearch.perl.org/src/ADAMSON/Authen-SASL-Cyrus-0.13/CHANGES
Feature safe:   yes
@
text
@d14 1
a14 1
MAINTAINER=	skv@@FreeBSD.org
@


1.5
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=	0.12
d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
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
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Authen
@


1.3
log
@Require perl 5.6 or later.
@
text
@d27 1
a27 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=	perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again
.endif

.include <bsd.port.post.mk>
@


1.2
log
@Fix LOCALBASE issue.

Pointed by:	kris
@
text
@d27 7
a33 1
.include <bsd.port.mk>
@


1.1
log
@Add p5-Authen-SASL-Cyrus 0.12, XS SASL Authentication.
@
text
@d23 1
@

