diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-20 13:32:23 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-20 13:38:21 +0000 |
commit | aaaf308d1eac1df546bdc98c94a274e61d08d0cf (patch) | |
tree | d5b90ac05c838b5084c3b5fcae070bf35af85260 /ftp | |
parent | e337ba9d6725bb7950c83e26453c7a499218e440 (diff) |
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/php-fastdfs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftp/php-fastdfs/Makefile b/ftp/php-fastdfs/Makefile index bfb8446d4825..7122b0f3b8ed 100644 --- a/ftp/php-fastdfs/Makefile +++ b/ftp/php-fastdfs/Makefile @@ -8,6 +8,9 @@ COMMENT= PHP module for accessing a FastDFS cluster LICENSE= GPLv3+ +DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29 +EXPIRATION_DATE=2022-11-28 + LIB_DEPENDS= libfastcommon.so:devel/libfastcommon \ libfdfsclient.so:ftp/fastdfs |