10 lines
141 B
Makefile
10 lines
141 B
Makefile
|
CATEGORIES= devel
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../lang/php80
|
||
|
|
||
|
PKGNAMESUFFIX= -tokenizer
|
||
|
|
||
|
TEST_TARGET= test
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|