summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/php4-mbstring/Makefile13
-rw-r--r--misc/php4-mbstring/distinfo4
-rw-r--r--misc/php4-mbstring/pkg/DESCR2
3 files changed, 19 insertions, 0 deletions
diff --git a/misc/php4-mbstring/Makefile b/misc/php4-mbstring/Makefile
new file mode 100644
index 00000000000..9668981a6c1
--- /dev/null
+++ b/misc/php4-mbstring/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/19 07:30:09 kei Exp $
+
+.include "../../www/php4/Makefile.module"
+
+MODNAME= mbstring
+CATEGORIES+= misc
+PHP_PKG_VERS= # empty
+COMMENT= PHP4 extension for multibyte characters support (currently, Japanese only)
+
+USE_BUILDLINK_ONLY= YES
+CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/php4-mbstring/distinfo b/misc/php4-mbstring/distinfo
new file mode 100644
index 00000000000..d7fef45b38d
--- /dev/null
+++ b/misc/php4-mbstring/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/10/19 07:30:09 kei Exp $
+
+SHA1 (php-4.0.6.tar.gz) = 6544eb1085b916541af914a11074e9bb8a037a03
+Size (php-4.0.6.tar.gz) = 3157346 bytes
diff --git a/misc/php4-mbstring/pkg/DESCR b/misc/php4-mbstring/pkg/DESCR
new file mode 100644
index 00000000000..336f34304ec
--- /dev/null
+++ b/misc/php4-mbstring/pkg/DESCR
@@ -0,0 +1,2 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides multibyte (currently, Japanese only) support for PHP4.