aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/php5-imap/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index e1a363cfd01e..7b50042d878f 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -293,6 +293,7 @@
SUBDIR += pgp4pine
SUBDIR += pgpsendmail
SUBDIR += php4-imap
+ SUBDIR += php5-imap
SUBDIR += pine-pgp-filters
SUBDIR += pine4
SUBDIR += pm-lib
diff --git a/mail/php5-imap/Makefile b/mail/php5-imap/Makefile
new file mode 100644
index 000000000000..859dccbc4a6e
--- /dev/null
+++ b/mail/php5-imap/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-imap
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= mail
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -imap
+
+.include "${MASTERDIR}/Makefile"