freebsd-ports/net/p5-Filesys-SmbClient/Makefile
Adam Weinberger 26f58ed1c0 After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.

Remove all instances of it from perl@ ports.
2015-06-29 15:47:44 +00:00

27 lines
672 B
Makefile

# Created by: Erwin Lansing <erwin@FreeBSD.org>
# $FreeBSD$
PORTNAME= Filesys-SmbClient
PORTVERSION= 3.2
PORTREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@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
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Filesys/SmbClient/SmbClient.so
.include <bsd.port.mk>