summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-03-16 16:09:32 +0000
committertaca <taca@pkgsrc.org>2010-03-16 16:09:32 +0000
commit41e1dabf063da1f6bcb5b01c358ff23f0d356599 (patch)
treee3b9b52da7f206d87953607d2a05f23d55ec1e2f /misc
parent4bc3ddc8d168762521cc88495ba378d3b6bfc118 (diff)
downloadpkgsrc-41e1dabf063da1f6bcb5b01c358ff23f0d356599.tar.gz
misc/php-mbstring moved to converters/php-mbstring.
Diffstat (limited to 'misc')
-rw-r--r--misc/php-mbstring/DESCR2
-rw-r--r--misc/php-mbstring/Makefile15
2 files changed, 0 insertions, 17 deletions
diff --git a/misc/php-mbstring/DESCR b/misc/php-mbstring/DESCR
deleted file mode 100644
index bbe4f3bc746..00000000000
--- a/misc/php-mbstring/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-PHP is a programming language designed to be embedded into web pages.
-This module provides multibyte string handling support.
diff --git a/misc/php-mbstring/Makefile b/misc/php-mbstring/Makefile
deleted file mode 100644
index 90b741fe897..00000000000
--- a/misc/php-mbstring/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2010/03/16 13:50:34 taca Exp $
-
-MODNAME= mbstring
-PKGREVISION= 1
-CATEGORIES+= misc
-COMMENT= PHP extension for multibyte characters support
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-CONFLICTS= php-mbstring-[0-9]*
-
-CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
-
-.include "../../lang/php/ext.mk"
-.include "../../mk/bsd.pkg.mk"