diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/php84-calendar/Makefile | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index b926b4a3282d..e6e9bfdede5b 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -387,6 +387,7 @@ SUBDIR += php81-calendar SUBDIR += php82-calendar SUBDIR += php83-calendar + SUBDIR += php84-calendar SUBDIR += pinfo SUBDIR += pipe SUBDIR += posixtestsuite diff --git a/misc/php84-calendar/Makefile b/misc/php84-calendar/Makefile new file mode 100644 index 000000000000..8d4559f3f315 --- /dev/null +++ b/misc/php84-calendar/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= misc + +MASTERDIR= ${.CURDIR}/../../lang/php84 + +PKGNAMESUFFIX= -calendar + +.include "${MASTERDIR}/Makefile" |