aboutsummaryrefslogtreecommitdiff
path: root/devel/php74-intl/Makefile
blob: 482d1fced016f52ed3e9695f6c9edb8cd34a9261 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"