diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-04-24 06:33:48 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-04-24 06:33:48 +0800 |
commit | d57a1ee01718ef5b28c4f56618bca315caf278c8 (patch) | |
tree | 10720133db77ca5e5c7ed46f937751eedf8df82e /textproc | |
parent | bc1ae9400d2d65213668b61590effce2733d2513 (diff) | |
download | freebsd-ports-gnome-d57a1ee01718ef5b28c4f56618bca315caf278c8.tar.gz freebsd-ports-gnome-d57a1ee01718ef5b28c4f56618bca315caf278c8.tar.zst freebsd-ports-gnome-d57a1ee01718ef5b28c4f56618bca315caf278c8.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-xmlreader/Makefile | 14 | ||||
-rw-r--r-- | textproc/php52-xmlwriter/Makefile | 14 |
3 files changed, 29 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 9674cf92a051..569972aa36e6 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -940,6 +940,7 @@ SUBDIR += php52-simplexml SUBDIR += php52-xml SUBDIR += php52-xmlreader + SUBDIR += php52-xmlwriter SUBDIR += po4a SUBDIR += pocketreader SUBDIR += pootle diff --git a/textproc/php52-xmlreader/Makefile b/textproc/php52-xmlreader/Makefile new file mode 100644 index 000000000000..1575447e044a --- /dev/null +++ b/textproc/php52-xmlreader/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-xmlreader +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -xmlreader + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/php52-xmlwriter/Makefile b/textproc/php52-xmlwriter/Makefile new file mode 100644 index 000000000000..c56d4ba08315 --- /dev/null +++ b/textproc/php52-xmlwriter/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-xmlwriter +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -xmlwriter + +.include "${MASTERDIR}/Makefile" |