aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile1
-rw-r--r--devel/php5-mcve/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 42125aa47320..83123990a499 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1046,6 +1046,7 @@
SUBDIR += php5-dio
SUBDIR += php5-gettext
SUBDIR += php5-mcve
+ SUBDIR += php5-ncurses
SUBDIR += php5-pcre
SUBDIR += php5-pear
SUBDIR += phptags
diff --git a/devel/php5-mcve/Makefile b/devel/php5-mcve/Makefile
new file mode 100644
index 000000000000..64368041bf87
--- /dev/null
+++ b/devel/php5-mcve/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-mcve
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= devel
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -mcve
+
+.include "${MASTERDIR}/Makefile"