diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 17:24:31 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 17:24:31 +0800 |
commit | 8fe9dbf6651d5388d613d77f51812921e0036ee1 (patch) | |
tree | 11a7973e482ab1915edf06398c38de0ef3f45d25 /textproc/php5-wddx | |
parent | 5b0a0350c5e0a1cc2a265cf11a034a217482ccd9 (diff) | |
download | freebsd-ports-gnome-8fe9dbf6651d5388d613d77f51812921e0036ee1.tar.gz freebsd-ports-gnome-8fe9dbf6651d5388d613d77f51812921e0036ee1.tar.zst freebsd-ports-gnome-8fe9dbf6651d5388d613d77f51812921e0036ee1.zip |
Add a new shared extension for PHP.
Diffstat (limited to 'textproc/php5-wddx')
-rw-r--r-- | textproc/php5-wddx/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/php5-wddx/Makefile b/textproc/php5-wddx/Makefile new file mode 100644 index 000000000000..2539de3a98db --- /dev/null +++ b/textproc/php5-wddx/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-wddx +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -wddx + +.include "${MASTERDIR}/Makefile" |