freebsd-ports/devel/php74-intl/Makefile
Torsten Zuehlsdorff 1f37ed93a6 lang/php74: Update from 7.4.18 to 7.4.19
PDO_pgsql:

    Revert "Fixed bug #80892 (PDO::PARAM_INT is treated the same as PDO::PARAM_STR)"

Sponsored by:	Bounce Experts
2021-05-08 00:53:03 +02:00

14 lines
221 B
Makefile

CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php74
PKGNAMESUFFIX= -intl
USES= compiler:c++11-lib
USE_CXXSTD= gnu++11
CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1
TEST_TARGET= test
.include "${MASTERDIR}/Makefile"