1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/p5-Filesys-SmbClient/Makefile
Andrej Zverev e8d65f9e66 - state support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 16:55:04 +00:00

24 lines
555 B
Makefile

# Created by: Erwin Lansing <erwin@FreeBSD.org>
# $FreeBSD$
PORTNAME= Filesys-SmbClient
PORTVERSION= 3.2
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= anders@FreeBSD.org
COMMENT= Interface for access Samba filesystem with libsmclient.so
LIB_DEPENDS= libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient
BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -i '' -e 's!%%LOCALBASE%%!${LOCALBASE}!g' \
${WRKSRC}/Makefile.PL
.include <bsd.port.mk>