aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 09:04:08 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 09:04:08 +0000
commitd29a393fefab78f6b2f75b60868a89c18599d6dc (patch)
treefeb1bccde2ce95d4c935c1163d95677b257dee04
parent1b2ea3a58e4121bee9dab011690f0ca849bdc119 (diff)
downloadports-d29a393fefab78f6b2f75b60868a89c18599d6dc.tar.gz
ports-d29a393fefab78f6b2f75b60868a89c18599d6dc.zip
Notes
-rw-r--r--devel/Makefile1
-rw-r--r--devel/php5-pcntl/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f492120521d5..ab05132370f0 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1050,6 +1050,7 @@
SUBDIR += php5-pcntl
SUBDIR += php5-pcre
SUBDIR += php5-pear
+ SUBDIR += php5-readline
SUBDIR += phptags
SUBDIR += physfs
SUBDIR += picasm
diff --git a/devel/php5-pcntl/Makefile b/devel/php5-pcntl/Makefile
new file mode 100644
index 000000000000..b681e713e1c4
--- /dev/null
+++ b/devel/php5-pcntl/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-pcntl
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= devel
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -pcntl
+
+.include "${MASTERDIR}/Makefile"