aboutsummaryrefslogtreecommitdiff
path: root/textproc/pecl-enchant/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/pecl-enchant/Makefile')
-rw-r--r--textproc/pecl-enchant/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/pecl-enchant/Makefile b/textproc/pecl-enchant/Makefile
new file mode 100644
index 000000000000..e32f0af4c36e
--- /dev/null
+++ b/textproc/pecl-enchant/Makefile
@@ -0,0 +1,25 @@
+# Ports collection makefile for: pear-enchant
+# Date created: 17 April 2008
+# Whom: Wen heping <wenheping@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= enchant
+DISTVERSION= 1.0.2
+CATEGORIES= textproc devel pear
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
+EXTRACT_SUFX= .tgz
+DIST_SUBDIR= PECL
+
+MAINTAINER= wenheping@gmail.com
+COMMENT= Libenchant Binder that Support Near All Spelling Tools
+
+LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant
+
+USE_PHP= yes
+USE_PHPEXT= yes
+PHP_MODNAME= ${PORTNAME}
+
+.include <bsd.port.mk>