diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-07-28 03:40:58 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-07-28 15:15:17 +0200 |
commit | 42db2c39e566955903a9176e0a4c4c7589d5aaca (patch) | |
tree | 1671a458d12a32d210dd96aaed03e7d0fcd2c11c /databases/php84-sqlite3 | |
parent | lang/php82: Update version 8.2.20=>8.2.21 (diff) |
*/*php84*: Sunrise
Please DO NOT use this version in production, it is an early test
version.
For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.4.0alpha1/UPGRADING
Changelog: https://github.com/php/php-src/blob/php-8.4.0alpha1/NEWS
Diffstat (limited to 'databases/php84-sqlite3')
-rw-r--r-- | databases/php84-sqlite3/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/php84-sqlite3/Makefile b/databases/php84-sqlite3/Makefile new file mode 100644 index 000000000000..997147cd30b4 --- /dev/null +++ b/databases/php84-sqlite3/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php84 + +PKGNAMESUFFIX= -sqlite3 + +.include "${MASTERDIR}/Makefile" |