diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 2 | ||||
-rw-r--r-- | sysutils/php84-fileinfo/Makefile | 7 | ||||
-rw-r--r-- | sysutils/php84-posix/Makefile | 7 |
3 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 95fb935517e2..7a23b8afe2b8 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1019,6 +1019,8 @@ SUBDIR += php82-posix SUBDIR += php83-fileinfo SUBDIR += php83-posix + SUBDIR += php84-fileinfo + SUBDIR += php84-posix SUBDIR += phybs SUBDIR += pick SUBDIR += pidof diff --git a/sysutils/php84-fileinfo/Makefile b/sysutils/php84-fileinfo/Makefile new file mode 100644 index 000000000000..c76d4e41e466 --- /dev/null +++ b/sysutils/php84-fileinfo/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= sysutils + +MASTERDIR= ${.CURDIR}/../../lang/php84 + +PKGNAMESUFFIX= -fileinfo + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/php84-posix/Makefile b/sysutils/php84-posix/Makefile new file mode 100644 index 000000000000..58daa02aa63d --- /dev/null +++ b/sysutils/php84-posix/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= sysutils + +MASTERDIR= ${.CURDIR}/../../lang/php84 + +PKGNAMESUFFIX= -posix + +.include "${MASTERDIR}/Makefile" |