0b78c1ac33
Changelog: https://github.com/php/php-src/blob/php-7.3.0RC4/NEWS Approved by: tz (implicit) Sponsored by: Netzkommune GmbH
16 lines
234 B
Makefile
16 lines
234 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php73
|
|
|
|
PKGNAMESUFFIX= -intl
|
|
|
|
USES= compiler:c++11-lib
|
|
USE_CXXSTD= gnu++11
|
|
|
|
CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include "${MASTERDIR}/Makefile"
|