diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 15:40:05 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 15:40:05 +0000 |
commit | 9dc8b611a5b09b846c90e4986efd921178a7c50c (patch) | |
tree | 57a6bce28af43d56611d717c4c153d39708a0aa6 /textproc/php52-dom | |
parent | 0484e77fc1c7c10ff74a76c122ba71af28f989ca (diff) |
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
Notes
Notes:
svn path=/head/; revision=253099
Diffstat (limited to 'textproc/php52-dom')
-rw-r--r-- | textproc/php52-dom/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/php52-dom/Makefile b/textproc/php52-dom/Makefile new file mode 100644 index 000000000000..7eff1248ba29 --- /dev/null +++ b/textproc/php52-dom/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-dom +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -dom + +.include "${MASTERDIR}/Makefile" |