summaryrefslogtreecommitdiff
path: root/devel/php-pcntl
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2005-05-23 21:45:21 +0000
committerjdolecek <jdolecek@pkgsrc.org>2005-05-23 21:45:21 +0000
commit577cc9c45cc89a8c7234e4541b478da987a99e0b (patch)
treeae671fd201fce31d8a8d0248717cf0f17f4d5feb /devel/php-pcntl
parent0c2a7a56c44fb56653a2eac1b4425685c0432a00 (diff)
downloadpkgsrc-577cc9c45cc89a8c7234e4541b478da987a99e0b.tar.gz
Add php-pcntl - PHP process control function extension.
Diffstat (limited to 'devel/php-pcntl')
-rw-r--r--devel/php-pcntl/DESCR8
-rw-r--r--devel/php-pcntl/Makefile12
2 files changed, 20 insertions, 0 deletions
diff --git a/devel/php-pcntl/DESCR b/devel/php-pcntl/DESCR
new file mode 100644
index 00000000000..70cb8290c12
--- /dev/null
+++ b/devel/php-pcntl/DESCR
@@ -0,0 +1,8 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides support for Process Control functions.
+
+Process Control support in PHP implements the Unix style of process
+creation, program execution, signal handling and process termination.
+Process Control should not be enabled within a webserver environment
+and unexpected results may happen if any Process Control functions
+are used within a webserver environment.
diff --git a/devel/php-pcntl/Makefile b/devel/php-pcntl/Makefile
new file mode 100644
index 00000000000..657555f089f
--- /dev/null
+++ b/devel/php-pcntl/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/05/23 21:45:21 jdolecek Exp $
+
+MODNAME= pcntl
+CATEGORIES+= devel
+PKGREVISION= # empty
+COMMENT= PHP extension for Process Control functions
+
+
+CONFIGURE_ARGS+= --enable-${MODNAME}=shared
+
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"