diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:13:09 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:13:09 +0000 |
commit | 6faf06f89ec79462bf06499830bbe0ac17b2392a (patch) | |
tree | 8fb42464c48308d3451a2ebbf8db863585698f3d /mail/php5-imap | |
parent | 66e5d13fc7586fa9a23103bde06650e7fa192b4b (diff) | |
download | ports-6faf06f89ec79462bf06499830bbe0ac17b2392a.tar.gz ports-6faf06f89ec79462bf06499830bbe0ac17b2392a.zip |
Notes
Diffstat (limited to 'mail/php5-imap')
-rw-r--r-- | mail/php5-imap/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/php5-imap/Makefile b/mail/php5-imap/Makefile new file mode 100644 index 000000000000..859dccbc4a6e --- /dev/null +++ b/mail/php5-imap/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-imap +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= mail + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -imap + +.include "${MASTERDIR}/Makefile" |