10 lines
128 B
Makefile
10 lines
128 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
CATEGORIES= math
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../lang/php72
|
||
|
|
||
|
PKGNAMESUFFIX= -bcmath
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|