aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Authen-Smb/Makefile
blob: 1625aa84092eb6c07e60000a4ebc9eedee89c406 (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
# Created by: Mustafa Arif <ma499@doc.ic.ac.uk>
# $FreeBSD$

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

USES=       perl5
USE_PERL5=  configure

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>