Add xml extension for PHP.

This commit is contained in:
Alex Dupre 2004-07-19 07:11:17 +00:00
parent 566f7e37e3
commit a88bd100ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113952
3 changed files with 29 additions and 0 deletions

View file

@ -437,6 +437,7 @@
SUBDIR += pear-Spreadsheet_Excel_Writer
SUBDIR += perl2html
SUBDIR += php4-xml
SUBDIR += php5-xml
SUBDIR += pocketreader
SUBDIR += ppower4
SUBDIR += prosper

View file

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

View file

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