diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 16:33:33 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 16:33:33 +0800 |
commit | 538945f33f2d2ad15661bf1d4377e2653bf7234c (patch) | |
tree | 6a867061a9a3247bcf7831d283689ab506114ff5 /sysutils/php4-posix | |
parent | 8e4a36bdd6428da5fef7c590ba52561d980b34af (diff) | |
download | freebsd-ports-gnome-538945f33f2d2ad15661bf1d4377e2653bf7234c.tar.gz freebsd-ports-gnome-538945f33f2d2ad15661bf1d4377e2653bf7234c.tar.zst freebsd-ports-gnome-538945f33f2d2ad15661bf1d4377e2653bf7234c.zip |
Add a new shared extension for PHP.
Diffstat (limited to 'sysutils/php4-posix')
-rw-r--r-- | sysutils/php4-posix/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
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 <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= sysutils + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -posix + +.include "${MASTERDIR}/Makefile" |