10 lines
131 B
Makefile
10 lines
131 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
CATEGORIES= sysutils
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../lang/php71
|
||
|
|
||
|
PKGNAMESUFFIX= -posix
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|