12 lines
148 B
Makefile
12 lines
148 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../lang/php74
|
||
|
|
||
|
PKGNAMESUFFIX= -ffi
|
||
|
|
||
|
TEST_TARGET= test
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|