From 5d18a902ce118e5ae9eb11d2fa5f6b199d528e84 Mon Sep 17 00:00:00 2001 From: dinoex Date: Fri, 23 Apr 2010 16:02:44 +0000 Subject: - PHP 5.2 slave port PR: 145772 Submitted by: Alex Keda --- mail/Makefile | 1 + mail/php52-imap/Makefile | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 mail/php52-imap/Makefile (limited to 'mail') 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 +# +# $FreeBSD$ +# + +CATEGORIES= mail + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -imap + +.include "${MASTERDIR}/Makefile" -- cgit