1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add a new shared extension for PHP.

This commit is contained in:
Alex Dupre 2004-07-19 08:37:55 +00:00
parent 35be83059e
commit 105474c92f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114069
2 changed files with 15 additions and 0 deletions

View File

@ -438,6 +438,7 @@
SUBDIR += perl2html
SUBDIR += php4-ctype
SUBDIR += php4-domxml
SUBDIR += php4-pspell
SUBDIR += php4-xml
SUBDIR += php5-xml
SUBDIR += pocketreader

View File

@ -0,0 +1,14 @@
# New ports collection makefile for: php4-domxml
# Date created: 7 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php4
PKGNAMESUFFIX= -domxml
.include "${MASTERDIR}/Makefile"