From 538945f33f2d2ad15661bf1d4377e2653bf7234c Mon Sep 17 00:00:00 2001 From: ale Date: Mon, 19 Jul 2004 08:33:33 +0000 Subject: Add a new shared extension for PHP. --- sysutils/php4-posix/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sysutils/php4-posix/Makefile (limited to 'sysutils/php4-posix') diff --git a/sysutils/php4-posix/Makefile b/sysutils/php4-posix/Makefile new file mode 100644 index 000000000000..1db1da324e5c --- /dev/null +++ b/sysutils/php4-posix/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-posix +# Date created: 7 Jul 2004 +# Whom: Alex Dupre +# +# $FreeBSD$ +# + +CATEGORIES= sysutils + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -posix + +.include "${MASTERDIR}/Makefile" -- cgit