head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	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
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.17.14.27.58;	author araujo;	state Exp;
branches;
next	1.1;

1.1
date	2005.10.05.16.31.43;	author mnag;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Authen-CyrusSASL
# Date created:				October 05 2005
# Whom:					Attila Nagy <bra@@fsn.hu>
#
# $FreeBSD: head/security/p5-Authen-CyrusSASL/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Authen-CyrusSASL
PORTVERSION=	0.01
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	bra@@fsn.hu
COMMENT=	Perl5 module for accessing the SASL authentication daemon

PERL_CONFIGURE=	yes

MAN3=	Authen::CyrusSASL.3

post-patch:
	@@${MKDIR} ${WRKSRC}/lib
	@@${RM} ${WRKSRC}/Authen/*.orig
	@@${CP} -vpR ${WRKSRC}/Authen ${WRKSRC}/lib/

.include <bsd.port.mk>
@


1.2
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
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@New port

The Authen::CyrusSASL module provides a simple class that allows you
to send request to the cyrus-sasl's authen daemon.
This module is based on the Authen::Radius module with the similar interface.

PR:		86943
Submitted by:	Attila Nagy <bra@@fsn.hu>
Approved by:	pav (mentor)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Authen
@

