diff options
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" |