13 lines
227 B
Makefile
13 lines
227 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= security
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php72
|
|
|
|
PKGNAMESUFFIX= -hash
|
|
|
|
TEST_TARGET= test
|
|
|
|
BROKEN_mips64= fails to compile: KeccakHash.h: No such file or directory
|
|
|
|
.include "${MASTERDIR}/Makefile"
|