aboutsummaryrefslogblamecommitdiff
path: root/net/p5-Filesys-SmbClient/Makefile
blob: 93cf00537b172fb64db6af6cad02df6b190cb86d (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                         
                   
                         
                    

















                                                                            
# New ports collection makefile for:	sysutils/p5-Filesys-SmbClient
# Date created:				August 10, 2003
# Whom:					Erwin Lansing <erwin@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Filesys-SmbClient
PORTVERSION=	1.5
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	erwin@FreeBSD.org
COMMENT=	Interface for access Samba filesystem with libsmclient.so

LIB_DEPENDS=	smbclient.0:${PORTSDIR}/net/samba-libsmbclient
BUILD_DEPENDS=	${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Filesys::SmbClient.3

post-patch:
	${PERL} -pi -e 's!%%LOCALBASE%%!${LOCALBASE}!g' \
		${WRKSRC}/Makefile.PL

.include <bsd.port.mk>