head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	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.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.5;

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

1.4
date	2006.06.25.16.38.43;	author clsung;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.13.04.15.10;	author edwin;	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.10.06.37.02;	author petef;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:   p5-Authen-Smb
# Date created:                        Fri 03 January 2002
# Whom:                                Mustafa Arif <ma499@@doc.ic.ac.uk>
#                                      http://www.doc.ic.ac.uk/~ma499/
#
# $FreeBSD: head/security/p5-Authen-Smb/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Authen-Smb
PORTVERSION=	0.91
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ma499@@doc.ic.ac.uk
COMMENT=	Perl extension to authenticate against an SMB server

PERL_CONFIGURE=	yes

MAN3=	Authen::Smb.3

post-patch:
	@@${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' \
		${WRKSRC}/smbval/rfcnb-util.c \
		${WRKSRC}/smbval/session.c \
		${WRKSRC}/smbval/smblib-util.c \
		${WRKSRC}/smbval/smblib.c

.include <bsd.port.mk>
@


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
@d6 1
a6 1
# $FreeBSD$
@


1.4
log
@- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@@, so approved by
  portmgr (erwin) first.

PR:		ports/98755
Submitted by:	rafan
Approved by:	portmgr (erwin)
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Authen
@


1.3
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@a20 1
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.2
log
@De-pkg-comment.
@
text
@a18 1
USE_REINPLACE=	yes
@


1.1
log
@Add p5-Authen-Smb 0.91, perl extension to authenticate against an
SMB server.

PR:		46740
Submitted by:	Mustafa Arif <ma499@@doc.ic.ac.uk>
@
text
@d17 1
@

