aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-Smb/Makefile
blob: 6f654e9d7047fc444a69bd716ede63307fe104ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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$
#

PORTNAME=	Authen-Smb
PORTVERSION=	0.91
CATEGORIES=	security perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Authen
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>