12 lines
151 B
Makefile
12 lines
151 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
CATEGORIES= textproc
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../lang/php73
|
||
|
|
||
|
PKGNAMESUFFIX= -xml
|
||
|
|
||
|
TEST_TARGET= test
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|