aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-07-19 16:01:34 +0800
committerale <ale@FreeBSD.org>2004-07-19 16:01:34 +0800
commita4c88ce98187dc6f271a8e2b1b15a3d345da8a1d (patch)
treec816bf726990620b0a51be120649a9ca416b4fd4 /devel
parent656fb133feba3111802efb9aff16f8a9764a5677 (diff)
downloadfreebsd-ports-gnome-a4c88ce98187dc6f271a8e2b1b15a3d345da8a1d.tar.gz
freebsd-ports-gnome-a4c88ce98187dc6f271a8e2b1b15a3d345da8a1d.tar.zst
freebsd-ports-gnome-a4c88ce98187dc6f271a8e2b1b15a3d345da8a1d.zip
Add a new shared extension for PHP.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/php4-pcntl/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 899fe369c25c..042243463984 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1037,6 +1037,7 @@
SUBDIR += php4-pcntl
SUBDIR += php4-pcre
SUBDIR += php4-pear
+ SUBDIR += php4-readline
SUBDIR += php5-pcre
SUBDIR += php5-pear
SUBDIR += phptags
diff --git a/devel/php4-pcntl/Makefile b/devel/php4-pcntl/Makefile
new file mode 100644
index 000000000000..6131064dbd87
--- /dev/null
+++ b/devel/php4-pcntl/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-pcntl
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= devel
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -pcntl
+
+.include "${MASTERDIR}/Makefile"