diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:40:39 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:40:39 +0000 |
commit | 3d7b3e200ffc9915bb918327619e6dcd5b06e5e8 (patch) | |
tree | a5684f768ff13f35b5fbae2bbf711726cd6364a6 /textproc/php4-wddx | |
parent | eae5937bbd28e419133f2116a08fcc71b96c7980 (diff) | |
download | ports-3d7b3e200ffc9915bb918327619e6dcd5b06e5e8.tar.gz ports-3d7b3e200ffc9915bb918327619e6dcd5b06e5e8.zip |
Add a new shared extension for PHP.
Notes
Notes:
svn path=/head/; revision=114074
Diffstat (limited to 'textproc/php4-wddx')
-rw-r--r-- | textproc/php4-wddx/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/php4-wddx/Makefile b/textproc/php4-wddx/Makefile new file mode 100644 index 000000000000..147e3c1a5888 --- /dev/null +++ b/textproc/php4-wddx/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-wddx +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -wddx + +.include "${MASTERDIR}/Makefile" |