diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-04-24 07:43:41 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-04-24 07:43:41 +0800 |
commit | 2f45c4adf1bd5b377f01fc831b5ccbbf0272795d (patch) | |
tree | ffd9c7b2bd98ac05e3322e37fea0ddd8f0df6ad0 /textproc | |
parent | d72ae022370210f738a9c795c65b9bc248141b7f (diff) | |
download | freebsd-ports-gnome-2f45c4adf1bd5b377f01fc831b5ccbbf0272795d.tar.gz freebsd-ports-gnome-2f45c4adf1bd5b377f01fc831b5ccbbf0272795d.tar.zst freebsd-ports-gnome-2f45c4adf1bd5b377f01fc831b5ccbbf0272795d.zip |
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/php52-wddx/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 569972aa36e6..180ca20cdb6a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -938,6 +938,7 @@ SUBDIR += php52-dom SUBDIR += php52-pspell SUBDIR += php52-simplexml + SUBDIR += php52-wddx SUBDIR += php52-xml SUBDIR += php52-xmlreader SUBDIR += php52-xmlwriter diff --git a/textproc/php52-wddx/Makefile b/textproc/php52-wddx/Makefile new file mode 100644 index 000000000000..4336fdb534d0 --- /dev/null +++ b/textproc/php52-wddx/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-wddx +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -wddx + +.include "${MASTERDIR}/Makefile" |