diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-04-24 00:02:44 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-04-24 00:02:44 +0800 |
commit | 5d18a902ce118e5ae9eb11d2fa5f6b199d528e84 (patch) | |
tree | df86196ad83b9f9fbbcb27aef0c6e5fac71d56ee /mail | |
parent | 438d58d9723ef45449b0b20e93a8d07fb1d22f1c (diff) | |
download | freebsd-ports-gnome-5d18a902ce118e5ae9eb11d2fa5f6b199d528e84.tar.gz freebsd-ports-gnome-5d18a902ce118e5ae9eb11d2fa5f6b199d528e84.tar.zst freebsd-ports-gnome-5d18a902ce118e5ae9eb11d2fa5f6b199d528e84.zip |
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/php52-imap/Makefile | 14 |
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" |