diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 09:13:09 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 09:13:09 +0000 |
commit | b705da3177f0a1d5b7b62f8a746213a5547c5fd1 (patch) | |
tree | f4288c3d735aa4547829047d39173e39882c0552 /mail | |
parent | 79d8ac2d7e15f2d70d9f961023a14c1da6855cd6 (diff) | |
download | FreeBSD-ports-b705da3177f0a1d5b7b62f8a746213a5547c5fd1.zip FreeBSD-ports-b705da3177f0a1d5b7b62f8a746213a5547c5fd1.tar.gz |
Add a new shared extension for PHP.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/php5-imap/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index e1a363c..7b50042 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -293,6 +293,7 @@ SUBDIR += pgp4pine SUBDIR += pgpsendmail SUBDIR += php4-imap + SUBDIR += php5-imap SUBDIR += pine-pgp-filters SUBDIR += pine4 SUBDIR += pm-lib diff --git a/mail/php5-imap/Makefile b/mail/php5-imap/Makefile new file mode 100644 index 0000000..859dccb --- /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" |