summaryrefslogtreecommitdiff
path: root/mail/php4-imap
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 08:15:49 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 08:15:49 +0000
commit54c567917282508fe797d078b0872a27f44d44d5 (patch)
treeff6d81fa87057698fed4e995ef0e80fc39f56616 /mail/php4-imap
parent[PATCH] security/sudo: Utilize EXAMPLESDIR (diff)
Add a new shared extension for PHP.
Notes
Notes: svn path=/head/; revision=114041
Diffstat (limited to 'mail/php4-imap')
-rw-r--r--mail/php4-imap/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/php4-imap/Makefile b/mail/php4-imap/Makefile
new file mode 100644
index 000000000000..7bda6f50f705
--- /dev/null
+++ b/mail/php4-imap/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-imap
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= mail
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -imap
+
+.include "${MASTERDIR}/Makefile"