aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/php5-readline/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index ab05132370f0..eb8096eb751f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1051,6 +1051,7 @@
SUBDIR += php5-pcre
SUBDIR += php5-pear
SUBDIR += php5-readline
+ SUBDIR += php5-shmop
SUBDIR += phptags
SUBDIR += physfs
SUBDIR += picasm
diff --git a/devel/php5-readline/Makefile b/devel/php5-readline/Makefile
new file mode 100644
index 000000000000..ee925b2d50e4
--- /dev/null
+++ b/devel/php5-readline/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-readline
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= devel
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -readline
+
+.include "${MASTERDIR}/Makefile"