diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:40:39 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:40:39 +0000 |
commit | 3d7b3e200ffc9915bb918327619e6dcd5b06e5e8 (patch) | |
tree | a5684f768ff13f35b5fbae2bbf711726cd6364a6 /textproc/php4-xslt/Makefile | |
parent | Add a new shared extension for PHP. (diff) |
Add a new shared extension for PHP.
Notes
Notes:
svn path=/head/; revision=114074
Diffstat (limited to 'textproc/php4-xslt/Makefile')
-rw-r--r-- | textproc/php4-xslt/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/php4-xslt/Makefile b/textproc/php4-xslt/Makefile new file mode 100644 index 000000000000..8964c708cb7e --- /dev/null +++ b/textproc/php4-xslt/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-xslt +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -xslt + +.include "${MASTERDIR}/Makefile" |