diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2026-07-03 23:20:29 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2026-07-04 18:17:34 +0000 |
| commit | 63b6120db0b8290c6b7d0b91d16c94bfe617ebfe (patch) | |
| tree | 42a3677813ab22779d41b57c2940bf062cba08a4 /converters | |
| parent | fcf89426ed566513f17ca8a8d04b99b19a64c364 (diff) | |
Diffstat (limited to 'converters')
| -rw-r--r-- | converters/Makefile | 2 | ||||
| -rw-r--r-- | converters/php-bsdconv/Makefile | 1 | ||||
| -rw-r--r-- | converters/php86-iconv/Makefile | 7 | ||||
| -rw-r--r-- | converters/php86-mbstring/Makefile | 7 |
4 files changed, 17 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 67f72414690a..7c92c2e35959 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -147,6 +147,8 @@ SUBDIR += php84-mbstring SUBDIR += php85-iconv SUBDIR += php85-mbstring + SUBDIR += php86-iconv + SUBDIR += php86-mbstring SUBDIR += psiconv SUBDIR += py-bencode.py SUBDIR += py-bencoder diff --git a/converters/php-bsdconv/Makefile b/converters/php-bsdconv/Makefile index 61c13c1f4558..fb2e81227a56 100644 --- a/converters/php-bsdconv/Makefile +++ b/converters/php-bsdconv/Makefile @@ -16,6 +16,7 @@ GH_ACCOUNT= buganini GH_PROJECT= php-${PORTNAME} USES= php:ext +IGNORE_WITH_PHP= 86 CONFIGURE_ARGS= --with-bsdconv=${LOCALBASE} .include <bsd.port.mk> diff --git a/converters/php86-iconv/Makefile b/converters/php86-iconv/Makefile new file mode 100644 index 000000000000..0c57261af00f --- /dev/null +++ b/converters/php86-iconv/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= converters + +MASTERDIR= ${.CURDIR}/../../lang/php86 + +PKGNAMESUFFIX= -iconv + +.include "${MASTERDIR}/Makefile" diff --git a/converters/php86-mbstring/Makefile b/converters/php86-mbstring/Makefile new file mode 100644 index 000000000000..76db950bd332 --- /dev/null +++ b/converters/php86-mbstring/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= converters + +MASTERDIR= ${.CURDIR}/../../lang/php86 + +PKGNAMESUFFIX= -mbstring + +.include "${MASTERDIR}/Makefile" |
