diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 16:02:44 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 16:02:44 +0000 |
commit | b205cbeecd7c3a814cdbbbe2ee408b87fbf7a739 (patch) | |
tree | fb7c0cac91f7d6901e09295152db015496ec9dee /mail | |
parent | d111d16900ba8617e77a050fb56ea2d7b8a8a356 (diff) |
Notes
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" |