Import pecl-smbclient 0.8.0
Smbclient is a PHP extension that uses Samba's libsmbclient library to provide Samba related functions and 'smb' streams to PHP programs.
This commit is contained in:
parent
6ce9f6dbea
commit
b14b737f19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414158
4 changed files with 33 additions and 0 deletions
|
@ -885,6 +885,7 @@
|
|||
SUBDIR += pecl-mosquitto
|
||||
SUBDIR += pecl-oauth
|
||||
SUBDIR += pecl-radius
|
||||
SUBDIR += pecl-smbclient
|
||||
SUBDIR += pecl-yaz
|
||||
SUBDIR += pecl-yp
|
||||
SUBDIR += pecl-zmq
|
||||
|
|
26
net/pecl-smbclient/Makefile
Normal file
26
net/pecl-smbclient/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= smbclient
|
||||
PORTVERSION= 0.8.0
|
||||
CATEGORIES= net pear
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= kevlo@FreeBSD.org
|
||||
COMMENT= Smbclient wrapper extension
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
RUN_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT}
|
||||
|
||||
SAMBA_PORT?= net/samba36
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
USE_PHPIZE= yes
|
||||
USES= tar:tgz
|
||||
|
||||
CONFIGURE_ARGS= --with-libsmbclient=${LOCALBASE}
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/pecl-smbclient/distinfo
Normal file
2
net/pecl-smbclient/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (PECL/smbclient-0.8.0.tgz) = 22fdd4b9da1c880b88a0776620113cdaaa3273ecef3be3743250654bd0c67e7c
|
||||
SIZE (PECL/smbclient-0.8.0.tgz) = 30910
|
4
net/pecl-smbclient/pkg-descr
Normal file
4
net/pecl-smbclient/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Smbclient is a PHP extension that uses Samba's libsmbclient library to
|
||||
provide Samba related functions and 'smb' streams to PHP programs.
|
||||
|
||||
WWW: https://pecl.php.net/package/smbclient
|
Loading…
Reference in a new issue