diff options
Diffstat (limited to 'mail/php5-imap/Makefile')
-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" |