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/php52-imap/Makefile | |
parent | - PHP 5.2 slave port (diff) |
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
Notes
Notes:
svn path=/head/; revision=253101
Diffstat (limited to 'mail/php52-imap/Makefile')
-rw-r--r-- | mail/php52-imap/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
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" |