summaryrefslogtreecommitdiff
path: root/devel/php80-intl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/php80-intl/Makefile')
-rw-r--r--devel/php80-intl/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/php80-intl/Makefile b/devel/php80-intl/Makefile
new file mode 100644
index 000000000000..0f945ccf026b
--- /dev/null
+++ b/devel/php80-intl/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+CATEGORIES= devel
+
+MASTERDIR= ${.CURDIR}/../../lang/php80
+
+PKGNAMESUFFIX= -intl
+
+USES= compiler:c++11-lib
+USE_CXXSTD= gnu++11
+
+CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1
+
+TEST_TARGET= test
+
+.include "${MASTERDIR}/Makefile"