10 lines
130 B
Makefile
10 lines
130 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
CATEGORIES= security
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../lang/php71
|
||
|
|
||
|
PKGNAMESUFFIX= -hash
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|