forked from ports/contrib
php-ldap: initial commit, version 8.3.9
This commit is contained in:
parent
a15f67a097
commit
30b2a7f800
9
php-ldap/.footprint
Normal file
9
php-ldap/.footprint
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
drwxr-xr-x root/root etc/
|
||||||
|
drwxr-xr-x root/root etc/php/
|
||||||
|
drwxr-xr-x root/root etc/php/conf.d/
|
||||||
|
-rw-r--r-- root/root etc/php/conf.d/ldap.ini
|
||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
drwxr-xr-x root/root usr/lib/php/
|
||||||
|
drwxr-xr-x root/root usr/lib/php/extensions/
|
||||||
|
-rwxrwxr-x root/root usr/lib/php/extensions/ldap.so
|
5
php-ldap/.signature
Normal file
5
php-ldap/.signature
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
|
RWSagIOpLGJF3+iYDwbZAvhPVfYfRzK1bUkhCk5/IQHFFJJOlGbNwszQ1RMsqcEKRjtPWecnVsJb+6iGOC3EntFCliSLx3yzOQ8=
|
||||||
|
SHA256 (Pkgfile) = 6f8827ecae89ded8f732dcd907ae81dbc3d2df4be7acce08b9d67a5796bf5d7b
|
||||||
|
SHA256 (.footprint) = 26212e0d75af2d59021a10904b00bb052c0d2d4c2feef0eb30931c7abc04c603
|
||||||
|
SHA256 (php-8.3.9.tar.xz) = bf4d7b8ea60a356064f88485278bd6f941a230ec16f0fc401574ce1445ad6c77
|
21
php-ldap/Pkgfile
Normal file
21
php-ldap/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Description: LDAP module for PHP
|
||||||
|
# URL: https://www.php.net
|
||||||
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||||
|
# Depends on: openldap cyrus-sasl
|
||||||
|
|
||||||
|
name=php-ldap
|
||||||
|
version=8.3.9
|
||||||
|
release=1
|
||||||
|
source=(https://www.php.net/distributions/php-$version.tar.xz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd php-$version
|
||||||
|
./configure \
|
||||||
|
--disable-all \
|
||||||
|
--with-ldap=shared \
|
||||||
|
--with-ldap-sasl
|
||||||
|
make build-modules
|
||||||
|
install -d $PKG/etc/php/conf.d
|
||||||
|
echo "extension=ldap.so" > $PKG/etc/php/conf.d/ldap.ini
|
||||||
|
install -D -m775 modules/ldap.so $PKG/usr/lib/php/extensions/ldap.so
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user