diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:22:00 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:22:00 +0000 |
commit | 7ff0f41b55e402471dc065d46aa97742a88c31f3 (patch) | |
tree | 7688a828826c8faacdf3cc8bea128f0a22f9f214 /textproc/php5-dom | |
parent | 25d00c5f2da82c3a633807e4eae976c1b4b0562e (diff) | |
download | ports-7ff0f41b55e402471dc065d46aa97742a88c31f3.tar.gz ports-7ff0f41b55e402471dc065d46aa97742a88c31f3.zip |
Add a new shared extension for PHP.
Notes
Notes:
svn path=/head/; revision=114169
Diffstat (limited to 'textproc/php5-dom')
-rw-r--r-- | textproc/php5-dom/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/php5-dom/Makefile b/textproc/php5-dom/Makefile new file mode 100644 index 000000000000..4dbcb3943400 --- /dev/null +++ b/textproc/php5-dom/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-dom +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -dom + +.include "${MASTERDIR}/Makefile" |