aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/php52-imap/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 2831128dc10d..c137ea1067af 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -474,6 +474,7 @@
SUBDIR += pgpsendmail
SUBDIR += php4-imap
SUBDIR += php5-imap
+ SUBDIR += php52-imap
SUBDIR += phplist
SUBDIR += phpmailer
SUBDIR += phpmailer2
diff --git a/mail/php52-imap/Makefile b/mail/php52-imap/Makefile
new file mode 100644
index 000000000000..083ff37346f5
--- /dev/null
+++ b/mail/php52-imap/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-imap
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= mail
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -imap
+
+.include "${MASTERDIR}/Makefile"