summaryrefslogtreecommitdiff
path: root/lang/php4-overload/Makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 08:09:11 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 08:09:11 +0000
commitc75f2c1cfd8ce3b89a581c4fd1300e3549303fd5 (patch)
tree051c03c4cd9b1304952a37ca58226d61623d82d2 /lang/php4-overload/Makefile
parentAdd a new shared extension for PHP. (diff)
Add a new shared extension for PHP.
Notes
Notes: svn path=/head/; revision=114038
Diffstat (limited to 'lang/php4-overload/Makefile')
-rw-r--r--lang/php4-overload/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/php4-overload/Makefile b/lang/php4-overload/Makefile
new file mode 100644
index 000000000000..044fff4f22a3
--- /dev/null
+++ b/lang/php4-overload/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-overload
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= lang
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -overload
+
+.include "${MASTERDIR}/Makefile"