4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
29 lines
725 B
Makefile
29 lines
725 B
Makefile
# 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= 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>
|