diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/php84-curl/Makefile | 7 | ||||
-rw-r--r-- | ftp/php84-ftp/Makefile | 7 |
3 files changed, 16 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index db95adcb8b32..a3907c2a4738 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -59,6 +59,8 @@ SUBDIR += php82-ftp SUBDIR += php83-curl SUBDIR += php83-ftp + SUBDIR += php83-curl + SUBDIR += php84-ftp SUBDIR += phpwebftp SUBDIR += proftpd SUBDIR += proftpd-mod_vroot diff --git a/ftp/php84-curl/Makefile b/ftp/php84-curl/Makefile new file mode 100644 index 000000000000..578fa6d69e3f --- /dev/null +++ b/ftp/php84-curl/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php84 + +PKGNAMESUFFIX= -curl + +.include "${MASTERDIR}/Makefile" diff --git a/ftp/php84-ftp/Makefile b/ftp/php84-ftp/Makefile new file mode 100644 index 000000000000..97f93c87c3f0 --- /dev/null +++ b/ftp/php84-ftp/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php84 + +PKGNAMESUFFIX= -ftp + +.include "${MASTERDIR}/Makefile" |