summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-03-01 00:06:29 +0000
committerRene Ladan <rene@FreeBSD.org>2014-03-01 00:06:29 +0000
commitef50dbb213487797f1a2d9f4d0d5636f98bb3894 (patch)
treea82aa9cd34a90c5daecd9ec479f5a85b36141796 /mail
parent- Fix build with clang (diff)
PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, time
to say goodbye. Upstream unsupported it since 2011-01-06 (see http://php.net/eol.php ) Strip PHP 5.2 out of Mk/bsd.php.mk
Notes
Notes: svn path=/head/; revision=346583
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/php52-imap/Makefile11
2 files changed, 0 insertions, 12 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 4745644caa16..dd9183f4ac22 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -485,7 +485,6 @@
SUBDIR += pfqueue
SUBDIR += pgpsendmail
SUBDIR += php5-imap
- SUBDIR += php52-imap
SUBDIR += php53-imap
SUBDIR += php55-imap
SUBDIR += phplist
diff --git a/mail/php52-imap/Makefile b/mail/php52-imap/Makefile
deleted file mode 100644
index dd197a64cc33..000000000000
--- a/mail/php52-imap/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Created by: Alex Keda <admin@lissyara.su>
-# $FreeBSD$
-
-CATEGORIES= mail
-
-MASTERDIR= ${.CURDIR}/../../lang/php52
-
-PKGNAMESUFFIX= -imap
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"