12 lines
147 B
Makefile
12 lines
147 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
CATEGORIES= net
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../lang/php80
|
||
|
|
||
|
PKGNAMESUFFIX= -soap
|
||
|
|
||
|
TEST_TARGET= test
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|