diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-07-02 09:54:37 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-07-02 16:29:38 +0000 |
commit | c0b9892033cb566ec6a0c6d0fe5ce4b97c4c88de (patch) | |
tree | d492c87afa7175e6c8eee0669fcb4df1aa223c27 /ftp | |
parent | 44399f99c7f3f1f8d69e48d7adbdc53bfada8289 (diff) |
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/php85-curl/Makefile | 7 | ||||
-rw-r--r-- | ftp/php85-ftp/Makefile | 7 |
3 files changed, 16 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 06b545d27011..bd29d849d14a 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -61,6 +61,8 @@ SUBDIR += php83-ftp SUBDIR += php84-curl SUBDIR += php84-ftp + SUBDIR += php85-curl + SUBDIR += php85-ftp SUBDIR += phpwebftp SUBDIR += proftpd SUBDIR += proftpd-mod_vroot diff --git a/ftp/php85-curl/Makefile b/ftp/php85-curl/Makefile new file mode 100644 index 000000000000..93e27f8d2618 --- /dev/null +++ b/ftp/php85-curl/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -curl + +.include "${MASTERDIR}/Makefile" diff --git a/ftp/php85-ftp/Makefile b/ftp/php85-ftp/Makefile new file mode 100644 index 000000000000..d410a01883e9 --- /dev/null +++ b/ftp/php85-ftp/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -ftp + +.include "${MASTERDIR}/Makefile" |