textproc/php-json: Warn against direct dependencies

Tell people to use lang/php/json.mk instead.
This commit is contained in:
gdt 2024-01-17 15:05:44 +00:00
parent e2700bb831
commit 86f8ba4478
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
# $NetBSD: Makefile,v 1.11 2023/06/06 12:42:32 riastradh Exp $
# $NetBSD: Makefile,v 1.12 2024/01/17 15:05:44 gdt Exp $
# NB: Do not depend on this package directly. Instead, use
# .include "../../lang/php/json.mk"
# so that it is included only when needed.
MODNAME= json
CATEGORIES+= textproc